1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4154this.sessionChannel = sessionChannel;
24 references to sessionChannel
System.ServiceModel (24)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (24)
4159IAsyncResult result = this.sessionChannel.BeginCloseOutputSession(timeoutHelper.RemainingTime(), closeOutputSessionCallback, this); 4164this.sessionChannel.EndCloseOutputSession(result); 4192thisResult.sessionChannel.Session.EndCloseOutputSession(result); 4196if (thisResult.sessionChannel.State != CommunicationState.Closed) 4232IAsyncResult result = this.sessionChannel.BeginTryReceive(this.timeoutHelper.RemainingTime(), receiveCallback, this); 4237receivedMessage = this.sessionChannel.EndTryReceive(result, out message); 4241if (this.sessionChannel.State != CommunicationState.Closed) 4278receivedRequest = thisResult.sessionChannel.EndTryReceive(result, out message); 4282if (thisResult.sessionChannel.State != CommunicationState.Closed) 4332IAsyncResult result = this.sessionChannel.inputSessionCloseHandle.BeginWait(this.timeoutHelper.RemainingTime(), inputSessionWaitCallback, this); 4339this.sessionChannel.inputSessionCloseHandle.EndWait(result); 4349if (this.sessionChannel.State != CommunicationState.Closed) 4377thisResult.sessionChannel.inputSessionCloseHandle.EndWait(result); 4386if (thisResult.sessionChannel.State != CommunicationState.Closed) 4420lock (this.sessionChannel.ThisLock) 4422if (!(this.sessionChannel.isInputClosed)) 4432IAsyncResult result = this.sessionChannel.outputSessionCloseHandle.BeginWait(timeoutHelper.RemainingTime(), true, outputSessionWaitCallback, this); 4437this.sessionChannel.outputSessionCloseHandle.EndWait(result); 4442if (this.sessionChannel.State != CommunicationState.Closed) throw; 4479thisResult.sessionChannel.outputSessionCloseHandle.EndWait(result); 4484if (thisResult.sessionChannel.State != CommunicationState.Closed) 4521IAsyncResult result = this.sessionChannel.BeginCloseCore(this.timeoutHelper.RemainingTime(), closeCoreCallback, this); 4526this.sessionChannel.EndCloseCore(result); 4545self.sessionChannel.EndCloseCore(result);