BdcSoapHttpClientProtocol Class
Represents an empty implementation of the SoapHttpClientProtocol class. This class relies on ExtensionType property to provide SoapHttpClientProtocol class functionalities.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
Microsoft.BusinessData.SystemSpecific.BdcSoapHttpClientProtocol
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Class BdcSoapHttpClientProtocol _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As BdcSoapHttpClientProtocol
public class BdcSoapHttpClientProtocol : SoapHttpClientProtocol
Remarks
For a Web service external system, the Business Data Connectivity (BDC) service generates a proxy to invoke methods on the Web service. A proxy generated on SharePoint server may get executed on the Microsoft Office client. To achieve execution symmetry for SharePoint and Office client, BDC generates a proxy that inherits from this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.