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 | |
---|---|---|
AllowAutoRedirect | (Inherited from HttpWebClientProtocol ) | |
ClientCertificates | (Inherited from HttpWebClientProtocol ) | |
ConnectionGroupName | (Inherited from WebClientProtocol ) | |
Container | (Inherited from Component ) | |
CookieContainer | (Inherited from HttpWebClientProtocol ) | |
Credentials | (Inherited from WebClientProtocol ) | |
Destination | Gets or sets the endpoint of the SOAP message recipient. | |
EnableDecompression | (Inherited from HttpWebClientProtocol ) | |
Pipeline | Gets the object that allows custom filtering of messages. | |
PreAuthenticate | (Inherited from WebClientProtocol ) | |
Proxy | (Inherited from HttpWebClientProtocol ) | |
RequestEncoding | (Inherited from WebClientProtocol ) | |
RequestSoapContext | Gets security, routing, and other XML Web services architecture-specific information that is associated with a SOAP request. | |
RequireMtom | Gets or sets a value indicating whether SOAP requests are MTOM-encoded. | |
ResponseSoapContext | Gets security, routing, and other XML Web services architecture-specific information that is associated with a SOAP response. | |
Site | (Inherited from Component ) | |
SoapVersion | (Inherited from SoapHttpClientProtocol ) | |
Timeout | (Inherited from WebClientProtocol ) | |
UnsafeAuthenticatedConnectionSharing | (Inherited from HttpWebClientProtocol ) | |
Url | Gets or sets the URL of the Web service method to communicate with. | |
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. | |
UserAgent | (Inherited from HttpWebClientProtocol ) |
Top
Protected Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component ) | |
DesignMode | (Inherited from Component ) | |
Events | (Inherited from Component ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol ) | |
CreateObjRef | (Inherited from MarshalByRefObject ) | |
Discover | (Inherited from SoapHttpClientProtocol ) | |
Dispose | Overloaded. (Inherited from Component ) | |
Equals | Overloaded. (Inherited from Object ) | |
GenerateXmlMappings | Overloaded. (Inherited from HttpWebClientProtocol ) | |
GetClientCredential | Gets the security credentials of the Web service client. | |
GetHashCode | (Inherited from Object ) | |
GetLifetimeService | (Inherited from MarshalByRefObject ) | |
GetServiceCredential | Gets the security credentials for the Web service. | |
GetType | (Inherited from Object ) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject ) | |
ReferenceEquals | (Inherited from Object ) | |
SetClientCredential | Specifies the security credentials of the Web service client. | |
SetPolicy | Overloaded. | |
SetServiceCredential | Specifies the security credentials of the Web service. | |
ToString | (Inherited from Component ) |
Top
Protected Methods
Name | Description | |
---|---|---|
AddToCache | (Inherited from WebClientProtocol ) | |
BeginInvoke | (Inherited from SoapHttpClientProtocol ) | |
CancelAsync | (Inherited from HttpWebClientProtocol ) | |
Dispose | Overloaded. (Inherited from Component ) | |
EndInvoke | (Inherited from SoapHttpClientProtocol ) | |
Finalize | (Inherited from Component ) | |
GetFromCache | (Inherited from WebClientProtocol ) | |
GetReaderForMessage | Overridden. Returns an XmlReader that is initialized with the Stream property of the SoapClientMessage parameter. | |
GetService | (Inherited from Component ) | |
GetWebRequest | Overridden. Creates a System.Net.WebRequest instance for the specified URI. | |
GetWebResponse | Overloaded. Overridden. Returns a WebResponse from an XML Web service. | |
GetWriterForMessage | Overridden. Returns an XmlWriter that is initialized with the Stream property of the SoapClientMessage parameter. | |
Invoke | (Inherited from SoapHttpClientProtocol ) | |
InvokeAsync | Overloaded. (Inherited from SoapHttpClientProtocol ) | |
MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject ) |
Top
Public Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component ) |
Top
See Also
Reference
WebServicesClientProtocol Class
Microsoft.Web.Services3 Namespace
SoapContext