3 instantiations of 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);
7 references to SecureSendAsyncResult
System.ServiceModel (7)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (7)
866SecurityProtocolCorrelationState correlationState = SecureSendAsyncResult.End(result); 878SecureSendAsyncResult.End(result); 2673SecureSendAsyncResult thisResult = (SecureSendAsyncResult)result.AsyncState; 2706SecureSendAsyncResult thisResult = AsyncResult.End<SecureSendAsyncResult>(result); 3278SecureSendAsyncResult.End(result);