WS_SOAPUDP_URL structure (webservices.h)
The URL subtype for specifying a soap.udp URL.
Syntax
typedef struct _WS_SOAPUDP_URL {
WS_URL url;
WS_STRING host;
USHORT port;
WS_STRING portAsString;
WS_STRING path;
WS_STRING query;
WS_STRING fragment;
} WS_SOAPUDP_URL;
Members
url
The base type from which this URL subtype and all other URL subtypes derive. The WS_URL_SCHEME_TYPE is WS_URL_SOAPUDP_SCHEME_TYPE.
host
The host name.
port
The port number.
portAsString
The port number as string.
path
The path.
query
The query.
fragment
The fragment.
Remarks
If used with the WsDecodeUrl field, portAsString is a zero-length string if no port is specified in url.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |