1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
25
_channel
= channel;
11 references to _channel
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (11)
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
.BeginTryReceive(timeout, callback, state);
75
if (
_channel
.EndTryReceive(result, out message))
110
if (
_channel
.TryReceive(timeout, out message))
139
return
_channel
.WaitForMessage(timeout);
144
return
_channel
.BeginWaitForMessage(timeout, callback, state);
149
return
_channel
.EndWaitForMessage(result);