6 references to ChannelBinder
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (6)
2649IAsyncResult result = this.ChannelBinder.BeginSend(this.Message, this.TimeoutHelper.RemainingTime(), sendCallback, this); 2655this.ChannelBinder.EndSend(result); 2677thisResult.ChannelBinder.EndSend(result); 2985IAsyncResult result = this.ChannelBinder.BeginRequest(this.Message, this.TimeoutHelper.RemainingTime(), requestCallback, this); 2990this.reply = this.ChannelBinder.EndRequest(result); 3004thisAsyncResult.reply = thisAsyncResult.ChannelBinder.EndRequest(result);