WebServicesClientProtocol Members

Specifies the class from which client proxies derive when using the Web Services Enhancements (WSE).

The following tables list the members exposed by the WebServicesClientProtocol type.

Public Constructors

  Name Description
WebServicesClientProtocol Initializes a new instance of the WebServicesClientProtocol class.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property AllowAutoRedirect  (Inherited from HttpWebClientProtocol )
public property ClientCertificates  (Inherited from HttpWebClientProtocol )
public property ConnectionGroupName  (Inherited from WebClientProtocol )
public property Container  (Inherited from Component )
public property CookieContainer  (Inherited from HttpWebClientProtocol )
public property Credentials  (Inherited from WebClientProtocol )
public property Destination Gets or sets the endpoint of the SOAP message recipient.
public property EnableDecompression  (Inherited from HttpWebClientProtocol )
public property Pipeline Gets the object that allows custom filtering of messages.
public property PreAuthenticate  (Inherited from WebClientProtocol )
public property Proxy  (Inherited from HttpWebClientProtocol )
public property RequestEncoding  (Inherited from WebClientProtocol )
public property RequestSoapContext Gets security, routing, and other XML Web services architecture-specific information that is associated with a SOAP request.
public property RequireMtom Gets or sets a value indicating whether SOAP requests are MTOM-encoded.
public property ResponseSoapContext Gets security, routing, and other XML Web services architecture-specific information that is associated with a SOAP response.
public property Site  (Inherited from Component )
public property SoapVersion  (Inherited from SoapHttpClientProtocol )
public property Timeout  (Inherited from WebClientProtocol )
public property UnsafeAuthenticatedConnectionSharing  (Inherited from HttpWebClientProtocol )
public property Url Gets or sets the URL of the Web service method to communicate with.
public property UseDefaultCredentials Gets or sets a value indicating whether to set the System.Web.Services.Protocols.WebClientProtocol.Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.
public property UserAgent  (Inherited from HttpWebClientProtocol )

Top

Protected Properties

  Name Description
protected property CanRaiseEvents  (Inherited from Component )
protected property DesignMode  (Inherited from Component )
protected property Events  (Inherited from Component )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Abort  (Inherited from WebClientProtocol )
public method CreateObjRef  (Inherited from MarshalByRefObject )
public method Discover  (Inherited from SoapHttpClientProtocol )
public method Dispose  Overloaded. (Inherited from Component )
public method Equals  Overloaded. (Inherited from Object )
public method static GenerateXmlMappings  Overloaded. (Inherited from HttpWebClientProtocol )
public method GetClientCredential Gets the security credentials of the Web service client.
public method GetHashCode  (Inherited from Object )
public method GetLifetimeService  (Inherited from MarshalByRefObject )
public method GetServiceCredential Gets the security credentials for the Web service.
public method GetType  (Inherited from Object )
public method InitializeLifetimeService  (Inherited from MarshalByRefObject )
public method static ReferenceEquals  (Inherited from Object )
public method SetClientCredential Specifies the security credentials of the Web service client.
public method SetPolicy Overloaded.  
public method SetServiceCredential Specifies the security credentials of the Web service.
public method ToString  (Inherited from Component )

Top

Protected Methods

  Name Description
protected method static AddToCache  (Inherited from WebClientProtocol )
protected method BeginInvoke  (Inherited from SoapHttpClientProtocol )
protected method CancelAsync  (Inherited from HttpWebClientProtocol )
protected method Dispose  Overloaded. (Inherited from Component )
protected method EndInvoke  (Inherited from SoapHttpClientProtocol )
protected method Finalize  (Inherited from Component )
protected method static GetFromCache  (Inherited from WebClientProtocol )
protected method GetReaderForMessage Overridden. Returns an XmlReader that is initialized with the Stream property of the SoapClientMessage parameter.
protected method GetService  (Inherited from Component )
protected method GetWebRequest Overridden. Creates a System.Net.WebRequest instance for the specified URI.
protected method GetWebResponse Overloaded. Overridden. Returns a WebResponse from an XML Web service.
protected method GetWriterForMessage Overridden. Returns an XmlWriter that is initialized with the Stream property of the SoapClientMessage parameter.
protected method Invoke  (Inherited from SoapHttpClientProtocol )
protected method InvokeAsync  Overloaded. (Inherited from SoapHttpClientProtocol )
protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject )

Top

Public Events

  Name Description
public event Disposed  (Inherited from Component )

Top

See Also

Reference

WebServicesClientProtocol Class
Microsoft.Web.Services3 Namespace
SoapContext