1 write to innerInputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
122
this.
innerInputChannel
= innerInputChannel;
15 references to innerInputChannel
System.ServiceModel (15)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (15)
133
get { return this.
innerInputChannel
.LocalAddress; }
173
return this.
innerInputChannel
.BeginTryReceive(timeout, callback, state);
188
return this.
innerInputChannel
.EndTryReceive(result, out message);
198
this.
innerInputChannel
.Abort();
203
return this.
innerInputChannel
.BeginClose(timeout, callback, state);
208
this.
innerInputChannel
.EndClose(result);
213
if (this.
innerInputChannel
.State == CommunicationState.Opened)
214
this.
innerInputChannel
.Close(timeout);
219
return this.
innerInputChannel
.BeginOpen(callback, state);
224
this.
innerInputChannel
.EndOpen(result);
229
this.
innerInputChannel
.Open(timeout);
234
return this.
innerInputChannel
.TryReceive(timeout, out message);
363
return
innerInputChannel
.WaitForMessage(timeout);
368
return
innerInputChannel
.BeginWaitForMessage(timeout, callback, state);
373
return
innerInputChannel
.EndWaitForMessage(result);