1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2081this.sessionChannel = sessionChannel;
10 references to sessionChannel
System.ServiceModel (10)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (10)
2085IAsyncResult result = this.sessionChannel.BeginCloseOutputSession(timeoutHelper.RemainingTime(), closeOutputSessionCallback, this); 2090this.sessionChannel.EndCloseOutputSession(result); 2094if (this.sessionChannel.State != CommunicationState.Closed) 2124thisResult.sessionChannel.EndCloseOutputSession(result); 2128if (thisResult.sessionChannel.State != CommunicationState.Closed) 2161IAsyncResult result = this.sessionChannel.inputSessionClosedHandle.BeginWait(this.timeoutHelper.RemainingTime(), true, shutdownWaitCallback, this); 2166this.sessionChannel.inputSessionClosedHandle.EndWait(result); 2171if (this.sessionChannel.State != CommunicationState.Closed) 2196thisResult.sessionChannel.inputSessionClosedHandle.EndWait(result); 2201if (thisResult.sessionChannel.State != CommunicationState.Closed)