3 writes to closeResponse
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2868
this.
closeResponse
= null;
2924
this.
closeResponse
= null;
3096
this.
closeResponse
= localCloseResponse;
4 references to closeResponse
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
2865
if (this.
closeResponse
!= null)
2867
this.
closeResponse
.Close();
2918
if (!this.sentCloseResponse && this.receivedClose && this.
closeResponse
!= null)
2923
pendingCloseResponse = this.
closeResponse
;