The System.Web.Services.Protocols namespace consists of the 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.
Type | Reason |
---|---|
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. |
InvokeCompletedEventHandler |
Represents an event handler that accepts the results of asynchronously invoked Web methods. This class cannot be inherited. |
LogicalMethodInfo |
Represents the attributes and metadata for an XML Web service method. This class cannot be inherited. |
LogicalMethodTypes |
Specifies how the XML Web service method was invoked. |
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 System.Web.Services.Protocols.ServerProtocol class to process XML Web service requests. |
ServerProtocolFactory |
The .NET Framework uses classes that are derived from the System.Web.Services.Protocols.ServerProtocolFactory class to process XML Web service requests. |
ServerType |
The .NET Framework uses the System.Web.Services.Protocols.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 System.Web.Services.Protocols.SoapMessageStage. This class cannot be inherited. |
SoapDocumentMethodAttribute |
Applying the System.Web.Services.Protocols.SoapDocumentMethodAttribute to a method specifies that SOAP messages to and from the method use Document formatting. |
SoapDocumentServiceAttribute |
Applying the optional System.Web.Services.Protocols.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 System.Web.Services.Protocols.SoapHeader class. |
SoapHeaderDirection |
Specifies whether the recipient of the System.Web.Services.Protocols.SoapHeader is the XML Web service, the XML Web service client, or both. |
SoapHeaderException |
The SOAP representation of a server error. |
SoapHeaderHandling |
The System.Web.Services.Protocols.SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages. |
SoapHeaderMapping |
The System.Web.Services.Protocols.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 System.Web.Services.Protocols.SoapMessageStage. |
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. |
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 System.Web.Services.Protocols.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 System.Web.Services.Protocols.SoapServerProtocol class to process XML Web service requests. |
SoapServerProtocolFactory |
The .NET Framework creates an instance of the System.Web.Services.Protocols.SoapServerProtocolFactory class to process XML Web service requests. |
SoapServerType |
The System.Web.Services.Protocols.SoapServerType class represents the type on which the XML Web service is based. |
SoapServiceRoutingStyle |
Specifies how a SOAP message is routed to the Web server hosting the XML Web service. |
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 System.Web.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. |