1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1879this.channel = channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1885get { return this.channel.SendUnsecuredFaults; } 1890get { return this.channel.SecurityProtocol.SecurityProtocolFactory.StandardsManager; } 1928this.channel.VerifyIncomingMessage(ref item, timeout);