Share via


IWSDTransportAddress

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface 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.

The IWSDTransportAddress interface inherits the methods of the IWSDAddress interface.

In addition, the following table lists the methods supported by the IWSDTransportAddress interface in vtable order.

Method Description

IWSDTransportAddress::GetPort

Gets the IP port number associated with this transport address.

IWSDTransportAddress::SetPort

Sets the IP port number for this transport address.

IWSDTransportAddress::GetTransportAddress

Gets a pointer to a string representation of the address object.

IWSDTransportAddress::GetTransportAddressEx

Gets a pointer to a string representation of the address object.

IWSDTransportAddress::SetTransportAddress

Sets the string representation of the transport address.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Interfaces
Web Services on Devices Reference