1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1792
this.
channel
= channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1799
get { return this.
channel
.SendUnsecuredFaults; }
1804
get { return this.
channel
.SecurityProtocol.SecurityProtocolFactory.StandardsManager; }
1840
return this.
channel
.ProcessReceivedRequest(innerItem, timeout);