System.Web.Services.Protocols Namespace

Contains classes that define the protocols used to transmit data across the wire during the communication between XML Web service clients and XML Web services created using ASP.NET.

Classes

AnyReturnReader

Provides a minimal reader of incoming response return values for Web service clients implemented using HTTP but without SOAP.

HtmlFormParameterReader

Reads incoming request parameters for Web services implemented using HTTP, with name-value pairs encoded like an HTML form rather than as a SOAP message.

HtmlFormParameterWriter

Writes outgoing request parameters for Web services implemented using HTTP with name-value pairs encoded like an HTML form rather than as a SOAP message.

HttpGetClientProtocol

The base class for XML Web service client proxies that use the HTTP-GET protocol.

HttpMethodAttribute

Applying this attribute to an XML Web service client using HTTP-GET or HTTP-POST, sets the types that serialize the parameters sent to an XML Web service method and read the response from the XML Web service method. This class cannot be inherited.

HttpPostClientProtocol

The base class for XML Web service client proxies that use the HTTP-POST protocol.

HttpSimpleClientProtocol

Represents the base class for communicating with an XML Web service using the simple HTTP-GET and HTTP-POST protocols bindings.

HttpWebClientProtocol

Represents the base class for all XML Web service client proxies that use the HTTP transport protocol.

InvokeCompletedEventArgs

Represents the result of an asynchronously invoked web method.

LogicalMethodInfo

Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.

MatchAttribute

Represents the attributes of a match made using text pattern matching. This class cannot be inherited.

MimeFormatter

Provides an abstract base class for all readers and writers for Web services and clients implemented using HTTP but without SOAP.

MimeParameterReader

Provides a common base implementation for readers of request parameters for Web services implemented using HTTP but without SOAP.

MimeParameterWriter

Provides a common base implementation for writers of out-going request parameters for Web service clients implemented using HTTP but without SOAP.

MimeReturnReader

Provides a common base implementation for readers of incoming response return values for Web service clients implemented using HTTP but without SOAP.

NopReturnReader

Serves as a non-acting reader of incoming response return values for Web service clients implemented using HTTP but without SOAP.

PatternMatcher

Searches HTTP response text for return values for Web service clients.

ServerProtocol

The .NET Framework uses classes that are derived from the ServerProtocol class to process XML Web service requests.

ServerProtocolFactory

The .NET Framework uses classes that are derived from the ServerProtocolFactory class to process XML Web service requests.

ServerType

The .NET Framework uses the ServerType class to process XML Web service requests.

Soap12FaultCodes

Defines the SOAP fault codes that appear in a SOAP message when an error occurs while communicating with XML Web services using the SOAP version 1.2 protocol.

SoapClientMessage

Represents the data in a SOAP request sent or a SOAP response received by an XML Web service client at a specific SoapMessageStage. This class cannot be inherited.

SoapDocumentMethodAttribute

Applying the SoapDocumentMethodAttribute to a method specifies that SOAP messages to and from the method use Document formatting.

SoapDocumentServiceAttribute

Applying the optional SoapDocumentServiceAttribute to an XML Web service sets the default format of SOAP requests and responses sent to and from XML Web service methods within the XML Web service.

SoapException

Represents the exception that is thrown when an XML Web service method is called over SOAP and an exception occurs.

SoapExtension

The base class for SOAP extensions for XML Web services created using ASP.NET.

SoapExtensionAttribute

When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.

SoapFaultSubCode

Represents the contents of the optional Subcode element of a SOAP fault when SOAP version 1.2 is used to communicate between a client and an XML Web service.

SoapHeader

When overridden in a derived class, represents the content of a SOAP header.

SoapHeaderAttribute

This attribute is applied to an XML Web service method or an XML Web service client to specify a SOAP header that the XML Web service method or XML Web service client can process. This class cannot be inherited.

SoapHeaderCollection

Contains a collection of instances of the SoapHeader class.

SoapHeaderException

The SOAP representation of a server error.

SoapHeaderHandling

The SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages.

SoapHeaderMapping

The SoapHeaderMapping class represents a SOAP header mapping.

SoapHttpClientProtocol

Specifies the class client that proxies derive from when using SOAP.

SoapMessage

Represents the data in a SOAP request or SOAP response at a specific SoapMessageStage.

SoapRpcMethodAttribute

Specifies that SOAP messages sent to and from the method use RPC formatting.

SoapRpcServiceAttribute

Sets the default format of SOAP requests and responses sent to and from XML Web service methods within the XML Web service.

SoapServerMessage

Represents the data in a SOAP request received or a SOAP response sent by an XML Web service method at a specific SoapMessageStage. This class cannot be inherited.

SoapServerMethod

Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.

SoapServerProtocol

The .NET Framework creates an instance of the SoapServerProtocol class to process XML Web service requests.

SoapServerProtocolFactory

The .NET Framework creates an instance of the SoapServerProtocolFactory class to process XML Web service requests.

SoapServerType

The SoapServerType class represents the type on which the XML Web service is based.

SoapUnknownHeader

Represents the data received from a SOAP header that was not understood by the recipient XML Web service or XML Web service client. This class cannot be inherited.

TextReturnReader

Reads return values from HTTP response text for Web service clients implemented using HTTP but without SOAP.

UrlEncodedParameterWriter

Provides URL encoding functionality for writers of out-going request parameters for Web service clients implemented using HTTP but without SOAP.

UrlParameterReader

Reads incoming request parameters for Web services implemented using HTTP with name-value pairs encoded in the URL's query string rather than as a SOAP message.

UrlParameterWriter

Writes out-going request parameters for Web services implemented using HTTP with name-value pairs encoded in the URL's query string rather than as a SOAP message.

ValueCollectionParameterReader

Serves as a base class for readers of incoming request parameters for Web services implemented using HTTP but without SOAP.

WebClientAsyncResult

Provides an implementation of IAsyncResult for use by XML Web service proxies to implement the standard asynchronous method pattern.

WebClientProtocol

Specifies the base class for all XML Web service client proxies created using ASP.NET.

WebServiceHandlerFactory

Dynamically manufactures Web service handler instances, whose type or types implement the IHttpHandler interface.

XmlReturnReader

Reads return values from XML that is encoded in the body of incoming responses for Web service clients implemented using HTTP but without SOAP.

Enums

LogicalMethodTypes

Specifies how the XML Web service method was invoked.

SoapHeaderDirection

Specifies whether the recipient of the SoapHeader is the XML Web service, the XML Web service client, or both.

SoapMessageStage

Specifies the processing stage of a SOAP message.

SoapParameterStyle

Specifies how parameters are formatted in a SOAP message.

SoapProtocolVersion

Specifies the version of the SOAP protocol used to communicate with an XML Web service.

SoapServiceRoutingStyle

Specifies how a SOAP message is routed to the Web server hosting the XML Web service.

Delegates

InvokeCompletedEventHandler

Represents an event handler that accepts the results of asynchronously invoked Web methods. This class cannot be inherited.