System.ServiceModel.ClientBase<TChannel>
protected class ChannelBase<TChannel, T> : IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable, IOutputChannel, IRequestChannel, IChannelBaseProxy
protected ClientBase()
protected ClientBase(InstanceContext callbackInstance, Binding binding, EndpointAddress remoteAddress)
protected void InvokeAsync(BeginOperationDelegate<TChannel> beginOperationDelegate, object[] inValues, EndOperationDelegate<TChannel> endOperationDelegate, SendOrPostCallback operationCompletedCallback, object userState)