1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
24
this.
channel
= channel;
8 references to channel
System.ServiceModel (8)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (8)
29
get { return this.
channel
; }
34
get { return this.
channel
is ISessionChannel<IOutputSession>; }
53
get { return this.
channel
.RemoteAddress; }
58
this.
channel
.Abort();
63
this.
channel
.Close(timeout);
83
return this.
channel
.BeginSend(message, timeout, callback, state);
88
this.
channel
.EndSend(result);
93
this.
channel
.Send(message, timeout);