3 references to SecureSendAsyncResult
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
860return new SecureSendAsyncResult(closeMessage, this, timeout, callback, state, true); 873return new SecureSendAsyncResult(this.closeResponse, this, timeout, callback, state, true); 3273return new SecureSendAsyncResult(message, this, timeout, callback, state, false);