This property sets and retrieves properties specific to the transport protocol connector used by an object that implements the ISoapClient interface. You must set these properties after calling ISoapClient::mssoapinit because mssoapinit creates the connector that uses these properties.
HRESULT get_ConnectorProperty(BSTRPropertyName,VARIANT* pPropertyValue);HRESULT put_ConnectorProperty(BSTRPropertyName,VARIANTPropertyValue );
Parameters
- PropertyName
[in] Name of the property to set or retrieve. The properties supported depend on the connector being used. The protocol specified by the <soap:binding> transport attribute in the Web Services Description Language (WSDL) file determines the connector to use. - pPropertyValue or PropertyValue
[in, out] Value of the property.
Return Values
The following table describes the common return values.
| Value | Description |
|---|---|
| S_OK | Success. |
| E_NOTIMPL | The function contains no implementation. |
| E_OUTOFMEMORY | Out of memory. |
Remarks
The connector properties that are valid depend on which connector you are using. The SOAP Toolkit provides an HttpConnector object implementation that uses the HTTP protocol.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors