1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1878this.innerChannel = innerChannel;
4 references to innerChannel
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelListener.cs (4)
1913return this.innerChannel.BeginTryReceive(timeout, callback, state); 1918return this.innerChannel.EndTryReceive(result, out innerItem); 1942return this.innerChannel.BeginSend(faultMessage, timeout, callback, state); 1947this.innerChannel.EndSend(result);