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