1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
25
_channel
= channel;
8 references to _channel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (8)
31
get { return
_channel
; }
36
get { return
_channel
is ISessionChannel<IInputSession>; }
46
get { return
_channel
.LocalAddress; }
59
_channel
.Abort();
64
_channel
.Close(timeout);
69
return
_channel
.BeginTryReceiveRequest(timeout, callback, state);
74
return
_channel
.EndTryReceiveRequest(result, out requestContext);
109
return
_channel
.TryReceiveRequest(timeout, out requestContext);