1 write to channel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1685
this.
channel
= channel;
13 references to channel
System.ServiceModel (13)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (13)
1692
IAsyncResult result = this.
channel
.channelBinder.BeginClose(timeoutHelper.RemainingTime(), closeChannelBinderCallback, this);
1697
this.
channel
.channelBinder.EndClose(result);
1701
if (this.
channel
.State != CommunicationState.Closed)
1731
self.
channel
.channelBinder.EndClose(result);
1735
if (self.
channel
.State != CommunicationState.Closed)
1764
if (
channel
.sessionTokenProvider != null)
1768
IAsyncResult result = SecurityUtils.BeginCloseTokenProviderIfRequired(this.
channel
.sessionTokenProvider, timeoutHelper.RemainingTime(), closeTokenProviderCallback, this);
1777
if (
channel
.State != CommunicationState.Closed)
1804
if (self.
channel
.State != CommunicationState.Closed)
1833
this.
channel
.keyRenewalCompletedEvent.Abort(this.
channel
);
1834
this.
channel
.inputSessionClosedHandle.Abort(this.
channel
);