1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1967this.innerChannel = innerChannel;
2 references to innerChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
2007return this.innerChannel.BeginTryReceive(timeout, callback, state); 2012return this.innerChannel.EndTryReceive(result, out innerItem);