Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a wrapper for ClientBase class.
The BdcClientBase<TChannel> type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
![]() |
Channel | (Inherited from ClientBase<TChannel>.) |
![]() |
ChannelFactory | (Inherited from ClientBase<TChannel>.) |
![]() |
ClientBaseExtender | Gets or sets the IBdcClientBaseExtender instance that extends the BdcClientBase<TChannel> class. |
![]() |
ClientCredentials | (Inherited from ClientBase<TChannel>.) |
![]() |
Endpoint | (Inherited from ClientBase<TChannel>.) |
![]() |
InnerChannel | (Inherited from ClientBase<TChannel>.) |
![]() |
State | (Inherited from ClientBase<TChannel>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Abort | (Inherited from ClientBase<TChannel>.) |
![]() |
Close | (Inherited from ClientBase<TChannel>.) |
![]() |
CreateChannel | Creates a new channel to the service. (Overrides ClientBase<TChannel>.CreateChannel().) |
![]() |
DisplayInitializationUI | (Inherited from ClientBase<TChannel>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDefaultValueForInitialization<T> | (Inherited from ClientBase<TChannel>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InvokeAsync | (Inherited from ClientBase<TChannel>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Open | (Inherited from ClientBase<TChannel>.) |
![]() |
ReplaceClientCredentials | Replace the client credentials with the specified client credentials. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Top