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