1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4572
this.
channel
= channel;
12 references to channel
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (12)
4577
this.CloseOutputSession(this.
channel
.DefaultCloseTimeout);
4582
this.
channel
.ThrowIfFaulted();
4583
this.
channel
.ThrowIfNotOpened();
4587
this.
channel
.CloseOutputSession(timeout);
4600
this.
channel
.Fault(pendingException);
4614
return this.BeginCloseOutputSession(this.
channel
.DefaultCloseTimeout, callback, state);
4619
this.
channel
.ThrowIfFaulted();
4620
this.
channel
.ThrowIfNotOpened();
4624
return this.
channel
.BeginCloseOutputSession(timeout, callback, state);
4637
this.
channel
.Fault(pendingException);
4655
this.
channel
.EndCloseOutputSession(result);
4668
this.
channel
.Fault(pendingException);