BdcClientBase<TChannel> Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the BdcClientBase<TChannel> class.
Overload List
Name | Description | |
---|---|---|
BdcClientBase<TChannel>() | Initializes a new instance of the BdcClientBase<TChannel> class. | |
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. | |
BdcClientBase<TChannel>(String) | Initializes a new instance of the BdcClientBase<TChannel> class using the specified endpoint configuration name. | |
BdcClientBase<TChannel>(Binding, EndpointAddress) | Initializes a new instance of the BdcClientBase<TChannel> class using the specified binding and target address. | |
BdcClientBase<TChannel>(InstanceContext, String) | Initializes a new instance of the BdcClientBase<TChannel> class using the specified callback instance and endpoint configuration name. | |
BdcClientBase<TChannel>(String, EndpointAddress) | Initializes a new instance of the BdcClientBase<TChannel> class using the specified endpoint configuration name and remote address. | |
BdcClientBase<TChannel>(String, String) | Initializes a new instance of the BdcClientBase<TChannel> class with the specified endpoint configuration name and remote address. | |
BdcClientBase<TChannel>(InstanceContext, Binding, EndpointAddress) | Initializes a new instance of the BdcClientBase<TChannel> class using the specified callback instance, the binding, and target address. | |
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. | |
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