1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
23
_channel
= channel;
8 references to _channel
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (8)
28
get { return
_channel
; }
33
get { return
_channel
is ISessionChannel<IOutputSession>; }
51
get { return
_channel
.RemoteAddress; }
56
_channel
.Abort();
61
_channel
.Close(timeout);
81
return
_channel
.BeginSend(message, timeout, callback, state);
86
_channel
.EndSend(result);
91
_channel
.Send(message, timeout);