1 write to closeResponse
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1042
this.
closeResponse
= response;
2 references to closeResponse
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
839
message = this.
closeResponse
;
873
return new SecureSendAsyncResult(this.
closeResponse
, this, timeout, callback, state, true);