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