6 references to Channel
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableChannelBinder.cs (6)
4191IAsyncResult result = this.Channel.Session.BeginCloseOutputSession( 4203return this.Channel.BeginTryReceive(timeout, callback, state); 4218return this.Channel.EndTryReceive(result, out item); 4223this.Channel.Session.EndCloseOutputSession(result); 4269return this.Channel.BeginTryReceiveRequest(timeout, callback, state); 4285return this.Channel.EndTryReceiveRequest(result, out item);