ClientProperty Property (Windows CE 5.0)
This property sets and retrieves properties specific to the object implementing the ISoapClient interface. You must set these properties before calling ISoapClient::mssoapinit, as mssoapinit uses these properties.
HRESULT get_ClientProperty(BSTR PropertyName, VARIANT* pPropertyValue);HRESULT put_ClientProperty(BSTR PropertyName, VARIANT PropertyValue);
Parameters
- PropertyName
[in] Name of the property to set or retrieve. The following table lists the supported properties. The property names listed in the table are case sensitive.Property Description ConnectorProgID The ProgID of the class that implements the ISoapConnector interface. The ISoapClient implementation creates and uses instances of this class when sending requests to the service. When set to an empty string or the default value, the ISoapClient implementation uses an object that implements the ISoapConnectorFactory interface to create a connector for the transport protocol specified the WSDL. - 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. |
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