1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
25
this.
channel
= channel;
8 references to channel
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (8)
31
get { return this.
channel
; }
36
get { return this.
channel
is ISessionChannel<IInputSession>; }
46
get { return this.
channel
.LocalAddress; }
60
this.
channel
.Abort();
65
this.
channel
.Close(timeout);
70
return this.
channel
.BeginTryReceiveRequest(timeout, callback, state);
75
return this.
channel
.EndTryReceiveRequest(result, out requestContext);
110
return this.
channel
.TryReceiveRequest(timeout, out requestContext);