1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
23
this.
channel
= channel;
11 references to channel
System.ServiceModel (11)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (11)
28
get { return this.
channel
; }
33
get { return this.
channel
is ISessionChannel<IOutputSession>; }
48
get { return this.
channel
.RemoteAddress; }
53
this.
channel
.Abort();
58
this.
channel
.Close(timeout);
78
return this.
channel
.BeginRequest(message, timeout, callback, state);
83
ValidateNullReply(this.
channel
.EndRequest(result));
88
ValidateNullReply(this.
channel
.Request(message, timeout));
93
return this.
channel
.BeginRequest(message, timeout, callback, state);
98
return this.
channel
.EndRequest(result);
108
return this.
channel
.Request(message, timeout);