Microsoft.Web.Services3 Namespace

The set of core classes that are used in Web Services Enhancements for Microsoft .NET (WSE)-enabled applications.

Classes

Class Description
AsynchronousOperationException The exception that is thrown when the format of a SOAP message is invalid.
AsyncResult Encapsulates the results of an asynchronous operation on an asynchronous delegate.
CredentialContext Represents the security credentials for a Web service and the Web service client that are associated with a SoapContext.
Pipeline Represents a pipeline that modifies a set of SOAP messages in a SOAP message exchange to add WSE features, such as security.
PipelineCreationContext Represents the handler for the type of Web service class, or client proxy that created the pipeline for processing messages.
PolicyAttribute Instructs the Web Services Enhancements for Microsoft .NET Framework (WSE) to apply the specified policy to the Web service methods within a class or to a client proxy class. This class cannot be inherited.
RequestSoapContext Provides access to the SoapContext associated with a SOAP request for Web services.
ResponseProcessingException The exception that is thrown when there is a problem processing a SOAP response.
ResponseSoapContext Provides access to the SoapContext associated with a SOAP response for Web services created using ASP.NET.
Soap Represents a SOAP message.
Soap11 Represents the constants used in a SOAP 1.1 message.
Soap11AttributeNames Specifies the names of the SOAP version 1.1 attributes.
Soap11ElementNames Specifies the sub elements that are defined in the SOAP Fault element.
Soap12 Represents the constants used in a SOAP 1.2 message.
Soap12AttributeNames Specifies the names of the attributes for the SOAP 1.2 header.
Soap12ElementNames Specifies the elements defined in a SOAP 1.2 header.
SoapAttributeNames Specifies the names of the attributes of the SOAP header.
SoapContext Contains the WSE-specific features of a SOAP message. This class cannot be inherited.
SoapElementNames Specifies the elements defined in a SOAP header.
SoapEnvelope Represents the content of a SOAP message.
SoapFilter Provides a base class for defining a filter for SOAP messages.
SoapFilterResult Determines whether the processing pipeline should either, continue processing to the next filter, terminate processing or transfer processing to a user defined method.
SoapFormatException The exception that is thrown when the format of a SOAP message is invalid.
SoapHelper A helper class that is used to parse SOAP messages and return instances of either a Soap11 or a Soap12 class. It is used extensively by the classes in the Microsoft.Web.Services3.Xml namespace.
StateManager Represents state information for a SOAP message exchange.
UriList Defines a collection of Uri objects.
WaitHandleAsyncResult Encapsulates the results of an asynchronous operation on an asynchronous delegate that waits for a WaitHandle to be signaled.
WebServicesClientProtocol Specifies the class from which client proxies derive when using the Web Services Enhancements (WSE).
WseProtocolFactory Class factory for WSE protocol objects that are instantiated for every ASMX request.
WseSoapHeaderException The base class from which the SecurityFault, TrustFault and other fault exceptions are derived.

Interfaces

Interface Description
IPipelineProvider Provides a common interface for Pipeline providers