IWSDTransportAddress interface (wsdbase.h)

Represents an IP-based transport address.

You should not create an instance of the IWSDTransportAddress interface. Instead, create an instance of either the IWSDHttpAddress or IWSDUdpAddress interface if an address object is required.

Inheritance

The IWSDTransportAddress interface inherits from IWSDAddress. IWSDTransportAddress also has these types of members:

Methods

The IWSDTransportAddress interface has these methods.

 
IWSDTransportAddress::GetPort

Gets the IP port number associated with this transport address.
IWSDTransportAddress::GetTransportAddress

Gets a pointer to a string representation of the address object. (IWSDTransportAddress.GetTransportAddress)
IWSDTransportAddress::GetTransportAddressEx

Gets a pointer to a string representation of the address object. (IWSDTransportAddress.GetTransportAddressEx)
IWSDTransportAddress::SetPort

Sets only the IP port number for this transport address.
IWSDTransportAddress::SetTransportAddress

Sets the string representation of the transport address.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdbase.h (include Wsdapi.h)

See also

IWSDAddress