1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3471
this.
channel
= channel;
15 references to channel
System.ServiceModel (15)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (15)
3490
this.CloseOutputSession(this.
channel
.DefaultCloseTimeout);
3496
this.
channel
.ThrowIfFaulted();
3497
this.
channel
.ThrowIfNotOpened();
3501
this.
channel
.CloseOutputSession(timeout);
3505
if (this.
channel
.State != CommunicationState.Closed)
3518
this.
channel
.Fault(pendingException);
3525
return this.BeginCloseOutputSession(this.
channel
.DefaultCloseTimeout, callback, state);
3531
this.
channel
.ThrowIfFaulted();
3532
this.
channel
.ThrowIfNotOpened();
3536
return this.
channel
.BeginCloseOutputSession(timeout, callback, state);
3540
if (this.
channel
.State != CommunicationState.Closed)
3556
this.
channel
.Fault(pendingException);
3581
this.
channel
.EndCloseOutputSession(result);
3585
if (this.
channel
.State != CommunicationState.Closed)
3600
this.
channel
.Fault(pendingException);