1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
21
_channel
= channel;
11 references to _channel
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (11)
26
get { return
_channel
; }
31
get { return
_channel
is ISessionChannel<IOutputSession>; }
46
get { return
_channel
.RemoteAddress; }
51
_channel
.Abort();
56
_channel
.Close(timeout);
76
return
_channel
.BeginRequest(message, timeout, callback, state);
81
ValidateNullReply(
_channel
.EndRequest(result));
86
ValidateNullReply(
_channel
.Request(message, timeout));
91
return
_channel
.BeginRequest(message, timeout, callback, state);
96
return
_channel
.EndRequest(result);
106
return
_channel
.Request(message, timeout);