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