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