1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
24
_channel
= channel;
8 references to _channel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (8)
29
get { return
_channel
; }
34
get { return
_channel
is ISessionChannel<IOutputSession>; }
52
get { return
_channel
.RemoteAddress; }
57
_channel
.Abort();
62
_channel
.Close(timeout);
82
return
_channel
.BeginSend(message, timeout, callback, state);
87
_channel
.EndSend(result);
92
_channel
.Send(message, timeout);