1 write to innerDuplexChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1028this.innerDuplexChannel = innerChannel;
5 references to innerDuplexChannel
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityChannelListener.cs (5)
1033get { return this.innerDuplexChannel.RemoteAddress; } 1038get { return this.innerDuplexChannel.Via; } 1043get { return this.innerDuplexChannel; } 1055return new OutputChannelSendAsyncResult(message, this.SecurityProtocol, this.innerDuplexChannel, timeout, callback, state); 1074this.innerDuplexChannel.Send(message, timeoutHelper.RemainingTime());