1 write to closeResponse
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3145
this.
closeResponse
= closeResponse;
3 references to closeResponse
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
3164
IAsyncResult result = this.sessionChannel.BeginSendCloseResponse(closeRequestContext,
closeResponse
, timeoutHelper.RemainingTime(), sendCloseResponseCallback, this);
3199
if (this.
closeResponse
!= null)
3201
this.
closeResponse
.Close();