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