IWSDHttpAddress interface (wsdbase.h)

Provides access to the individual components of an HTTP address.

Inheritance

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

Methods

The IWSDHttpAddress interface has these methods.

 
IWSDHttpAddress::GetPath

Gets the URI path for this address.
IWSDHttpAddress::GetSecure

Retrieves the status on whether TLS secure sessions are enabled for this address.
IWSDHttpAddress::SetPath

Sets the URI path for this address.
IWSDHttpAddress::SetSecure

Enables or disables TLS secure sessions for this 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

IWSDTransportAddress