BdcSoapHttpClientProtocol Members
Include Protected Members
Include Inherited Members
Represents an empty implementation of the SoapHttpClientProtocol class. This class relies on ExtensionType property to provide SoapHttpClientProtocol class functionalities.
The BdcSoapHttpClientProtocol type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcSoapHttpClientProtocol | Constructs a new instance of the class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
BeginInvoke | Overrides the implementation of the BeginInvoke method of the BdcSoapHttpClientProtocol base class. This method calls the BeginInvoke method from the object created using the ExtensionType property. | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | Overrides the implementation of the EndInvoke method of the BdcSoapHttpClientProtocol base class. This method calls the EndInvoke method from the object created using the ExtensionType property. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWebRequest | Overrides the base class functionality to add custom HTTP headers. The custom HTTP headers are read from the BdcHttpCustomHeaderCollection property. (Overrides SoapHttpClientProtocol.GetWebRequest(Uri).) | |
GetWebResponse(WebRequest) | Overrides the GetWebReponse method of the SoapHttpClientProtocol base class and provides the ThrottledWebResponse object. (Overrides HttpWebClientProtocol.GetWebResponse(WebRequest).) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | Overrides the implementation of the Invoke method of the BdcSoapHttpClientProtocol base class. This method calls the Invoke method from the object created using ExtensionType property. | |
InvokeAsync(String, [], SendOrPostCallback) | Overrides the implementation of the InvokeAsync method of the BdcSoapHttpClientProtocol base class. This method calls the InvokeAsync method from the object created using ExtensionType property. | |
InvokeAsync(String, [], SendOrPostCallback, Object) | Overrides the implementation of the InvokeAsync method of the BdcSoapHttpClientProtocol base class. This method calls the InvokeAsync method from the object created using ExtensionType property. | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top