1 write to channel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
25
this.
channel
= channel;
11 references to channel
System.ServiceModel (11)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (11)
31
get { return this.
channel
; }
36
get { return this.
channel
is ISessionChannel<IInputSession>; }
46
get { return this.
channel
.LocalAddress; }
60
this.
channel
.Abort();
65
this.
channel
.Close(timeout);
70
return this.
channel
.BeginTryReceive(timeout, callback, state);
76
if (this.
channel
.EndTryReceive(result, out message))
111
if (this.
channel
.TryReceive(timeout, out message))
140
return this.
channel
.WaitForMessage(timeout);
145
return this.
channel
.BeginWaitForMessage(timeout, callback, state);
150
return this.
channel
.EndWaitForMessage(result);