1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
22
_channel
= channel;
11 references to _channel
System.ServiceModel.Primitives (11)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (11)
27
get { return
_channel
; }
32
get { return
_channel
is ISessionChannel<IOutputSession>; }
47
get { return
_channel
.RemoteAddress; }
52
_channel
.Abort();
57
_channel
.Close(timeout);
77
return
_channel
.BeginRequest(message, timeout, callback, state);
82
ValidateNullReply(
_channel
.EndRequest(result));
87
ValidateNullReply(
_channel
.Request(message, timeout));
92
return
_channel
.BeginRequest(message, timeout, callback, state);
97
return
_channel
.EndRequest(result);
107
return
_channel
.Request(message, timeout);