protected ChannelBase(ClientBase <T> client) : this(client.Endpoint, client.ChannelFactory) { }
internal AsyncOperationContext(System.ComponentModel.AsyncOperation asyncOperation, ClientBase <TChannel> .EndOperationDelegate endDelegate, SendOrPostCallback completionCallback) { this.asyncOperation = asyncOperation; this.endDelegate = endDelegate; this.completionCallback = completionCallback; }