1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1793this.innerChannel = innerChannel;
2 references to innerChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1830return this.innerChannel.BeginTryReceiveRequest(timeout, callback, state); 1835return this.innerChannel.EndTryReceiveRequest(result, out innerItem);