Share via


HttpConnector (Windows Embedded CE 6.0)

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

BeginMessage Method

This method signals the start of a SOAP message being sent to the server.

Connect Method (ISoapConnector)

This method initializes the object and prepares the connection.

EndMessage Method

This method signals the end of a SOAP message being sent to the server.

reset Method (ISoapConnector)

This method resets the connection.

Property Description

InputStream Property

This read-only property provides the stream that sends data to the server.

OutputStream Property

This read-only property provides the stream that receives data from the server.

Property (HttpConnector)

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

See Also

Reference

SOAP Objects and Interfaces

Concepts

A Quick Introduction to WSML