1 write to closeRequestContext
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3144
this.
closeRequestContext
= closeRequestContext;
3 references to closeRequestContext
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
3164
IAsyncResult result = this.sessionChannel.BeginSendCloseResponse(
closeRequestContext
, closeResponse, timeoutHelper.RemainingTime(), sendCloseResponseCallback, this);
3203
if (this.
closeRequestContext
!= null)
3205
this.
closeRequestContext
.Abort();