1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1502
this.
channel
= channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1555
this.
channel
.InternalThrowIfFaulted();
1556
if (this.
channel
.State == CommunicationState.Closed)
1632
this.
channel
.InternalThrowIfFaulted();