Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Web.Services.Protocols Namespace

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.

  ClassDescription
Public classAnyReturnReader Provides a minimal reader of incoming response return values for Web service clients implemented using HTTP but without SOAP.
Public classHtmlFormParameterReader 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.
Public classHtmlFormParameterWriter 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.
Public classHttpGetClientProtocol The base class for XML Web service client proxies that use the HTTP-GET protocol.
Public classHttpMethodAttribute 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.
Public classHttpPostClientProtocol The base class for XML Web service client proxies that use the HTTP-POST protocol.
Public classHttpSimpleClientProtocol Represents the base class for communicating with an XML Web service using the simple HTTP-GET and HTTP-POST protocols bindings.
Public classHttpWebClientProtocol The base class for all XML Web service client proxies that use the HTTP transport protocol.
Public classInvokeCompletedEventArgs Represents the result of an asynchronously invoked web method.
Public classLogicalMethodInfo Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.
Public classMatchAttribute Represents the attributes of a match made using text pattern matching. This class cannot be inherited.
Public classMimeFormatter Provides an abstract base class for all readers and writers for Web services and clients implemented using HTTP but without SOAP.
Public classMimeParameterReader Provides a common base implementation for readers of request parameters for Web services implemented using HTTP but without SOAP.
Public classMimeParameterWriter Provides a common base implementation for writers of out-going request parameters for Web service clients implemented using HTTP but without SOAP.
Public classMimeReturnReader Provides a common base implementation for readers of incoming response return values for Web service clients implemented using HTTP but without SOAP.
Public classNopReturnReader Serves as a non-acting reader of incoming response return values for Web service clients implemented using HTTP but without SOAP.
Public classPatternMatcher Searches HTTP response text for return values for Web service clients.
Public classServerProtocol The .NET Framework uses classes that are derived from the ServerProtocol class to process XML Web service requests.
Public classServerProtocolFactory The .NET Framework uses classes that are derived from the ServerProtocolFactory class to process XML Web service requests.
Public classServerType The .NET Framework uses the ServerType class to process XML Web service requests.
Public classSoap12FaultCodes 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.
Public classSoapClientMessage 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.
Public classSoapDocumentMethodAttribute Applying the SoapDocumentMethodAttribute to a method specifies that SOAP messages to and from the method use Document formatting.
Public classSoapDocumentServiceAttribute 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.
Public classSoapException Represents the exception that is thrown when an XML Web service method is called over SOAP and an exception occurs.
Public classSoapExtension The base class for SOAP extensions for XML Web services created using ASP.NET.
Public classSoapExtensionAttribute When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.
Public classSoapFaultSubCode 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.
Public classSoapHeader When overridden in a derived class, represents the content of a SOAP header.
Public classSoapHeaderAttribute 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.
Public classSoapHeaderCollectionContains a collection of instances of the SoapHeader class.
Public classSoapHeaderException The SOAP representation of a server error.
Public classSoapHeaderHandling The SoapHeaderHandling class is used to get, set, write, and read SOAP header content to and from SOAP messages.
Public classSoapHeaderMapping The SoapHeaderMapping class represents a SOAP header mapping.
Public classSoapHttpClientProtocol Specifies the class client that proxies derive from when using SOAP.
Public classSoapMessage Represents the data in a SOAP request or SOAP response at a specific SoapMessageStage.
Public classSoapRpcMethodAttribute Specifies that SOAP messages sent to and from the method use RPC formatting.
Public classSoapRpcServiceAttribute Sets the default format of SOAP requests and responses sent to and from XML Web service methods within the XML Web service.
Public classSoapServerMessage 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.
Public classSoapServerMethod Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.
Public classSoapServerProtocol The .NET Framework creates an instance of the SoapServerProtocol class to process XML Web service requests.
Public classSoapServerProtocolFactory The .NET Framework creates an instance of the SoapServerProtocolFactory class to process XML Web service requests.
Public classSoapServerType The SoapServerType class represents the type on which the XML Web service is based.
Public classSoapUnknownHeader 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.
Public classTextReturnReader Reads return values from HTTP response text for Web service clients implemented using HTTP but without SOAP.
Public classUrlEncodedParameterWriter Provides URL encoding functionality for writers of out-going request parameters for Web service clients implemented using HTTP but without SOAP.
Public classUrlParameterReader 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.
Public classUrlParameterWriter 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.
Public classValueCollectionParameterReader Serves as a base class for readers of incoming request parameters for Web services implemented using HTTP but without SOAP.
Public classWebClientAsyncResult Provides an implementation of IAsyncResult for use by XML Web service proxies to implement the standard asynchronous method pattern.
Public classWebClientProtocol Specifies the base class for all XML Web service client proxies created using ASP.NET.
Public classWebServiceHandlerFactory Dynamically manufactures Web service handler instances, whose type or types implement the IHttpHandler interface.
Public classXmlReturnReader Reads return values from XML that is encoded in the body of incoming responses for Web service clients implemented using HTTP but without SOAP.
  DelegateDescription
Public delegateInvokeCompletedEventHandlerInfrastructure. Represents an event handler that accepts the results of asynchronously invoked Web methods. This class cannot be inherited.
  EnumerationDescription
Public enumerationLogicalMethodTypes Specifies how the XML Web service method was invoked.
Public enumerationSoapHeaderDirection Specifies whether the recipient of the SoapHeader is the XML Web service, the XML Web service client, or both.
Public enumerationSoapMessageStage Specifies the processing stage of a SOAP message.
Public enumerationSoapParameterStyle Specifies how parameters are formatted in a SOAP message.
Public enumerationSoapProtocolVersion Specifies the version of the SOAP protocol used to communicate with an XML Web service.
Public enumerationSoapServiceRoutingStyle Specifies how a SOAP message is routed to the Web server hosting the XML Web service.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker