BdcClientBase<TChannel> Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the BdcClientBase<TChannel> class.

Overload List

  Name Description
Protected method BdcClientBase<TChannel>() Initializes a new instance of the BdcClientBase<TChannel> class.
Protected method BdcClientBase<TChannel>(InstanceContext) Initializes a new instance of the BdcClientBase<TChannel> class using the specified callback instance as the callback object in a duplex conversation.
Protected method BdcClientBase<TChannel>(String) Initializes a new instance of the BdcClientBase<TChannel> class using the specified endpoint configuration name.
Protected method BdcClientBase<TChannel>(Binding, EndpointAddress) Initializes a new instance of the BdcClientBase<TChannel> class using the specified binding and target address.
Protected method BdcClientBase<TChannel>(InstanceContext, String) Initializes a new instance of the BdcClientBase<TChannel> class using the specified callback instance and endpoint configuration name.
Protected method BdcClientBase<TChannel>(String, EndpointAddress) Initializes a new instance of the BdcClientBase<TChannel> class using the specified endpoint configuration name and remote address.
Protected method BdcClientBase<TChannel>(String, String) Initializes a new instance of the BdcClientBase<TChannel> class with the specified endpoint configuration name and remote address.
Protected method BdcClientBase<TChannel>(InstanceContext, Binding, EndpointAddress) Initializes a new instance of the BdcClientBase<TChannel> class using the specified callback instance, the binding, and target address.
Protected method BdcClientBase<TChannel>(InstanceContext, String, EndpointAddress) Initializes a new instance of the BdcClientBase<TChannel> class with the specified callback instance, endpoint configuration name, and remote address.
Protected method BdcClientBase<TChannel>(InstanceContext, String, String) Initializes a new instance of the BdcClientBase<TChannel> class using the specified callback instance, endpoint configuration name, and remote address.

Top

See Also

Reference

BdcClientBase<TChannel> Class

BdcClientBase<TChannel> Members

Microsoft.BusinessData.SystemSpecific.Wcf Namespace