Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This object implements the standard HTTP protocol binding for objects that send and receive SOAP messages. HttpConnector is an HTTP-specific implementation of the ISoapConnector interface.
The following tables show the methods and properties supported by the HttpConnector interface.
Method | Description |
---|---|
BeginMessage | This method signals the start of a SOAP message being sent to the server. |
Connect | This method initializes the object and prepares the connection. |
EndMessage | This method signals the end of a SOAP message being sent to the server. |
reset | This method resets the connection. |
Property | Description |
---|---|
InputStream | This read-only property provides the stream that sends data to the server. |
OutputStream | This read-only property provides the stream that receives data from the server. |
Property | This property sets or gets the value of a property specific to an HttpConnector implementation. |
The HttpConnector object implements the ISoapConnector interface. Therefore, for a description of all HttpConnector methods and properties other than the Property property, see ISoapConnector members.
Remarks
You can configure additional ISoapConnector implementations. For more information, see ISoapConnectorFactory.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.
See Also
A Quick Introduction to WSML | SOAP Objects and Interfaces
Send Feedback on this topic to the authors