Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
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 |
|---|---|
This method signals the start of a SOAP message being sent to the server. |
|
This method initializes the object and prepares the connection. |
|
This method signals the end of a SOAP message being sent to the server. |
|
This method resets the connection. |
| Property | Description |
|---|---|
This read-only property provides the stream that sends data to the server. |
|
This read-only property provides the stream that receives data from the server. |
|
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
| Header | mssoap.h |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |