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