1 write to sessionChannel
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4043this.sessionChannel = sessionChannel;
6 references to sessionChannel
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
4045this.sessionChannel.DetermineCloseOutputSessionMessage(out sendClose, out sendCloseResponse, out closeResponseMessage, out closeRequestContext); 4101return this.sessionChannel.BeginSendClose(timeoutHelper.RemainingTime(), callback, state); 4105return this.sessionChannel.BeginSendCloseResponse(this.closeRequestContext, this.closeResponseMessage, this.timeoutHelper.RemainingTime(), callback, state); 4113this.sessionChannel.EndSendClose(result); 4117this.sessionChannel.EndSendCloseResponse(result); 4131this.sessionChannel.outputSessionCloseHandle.Set();