1 type derived from ReceiveMessageAndVerifySecurityAsyncResultBase
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
900class ClientDuplexReceiveMessageAndVerifySecurityAsyncResult : ReceiveMessageAndVerifySecurityAsyncResultBase
4 references to ReceiveMessageAndVerifySecurityAsyncResultBase
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (4)
57ReceiveMessageAndVerifySecurityAsyncResultBase thisResult = (ReceiveMessageAndVerifySecurityAsyncResultBase)result.AsyncState; 93ReceiveMessageAndVerifySecurityAsyncResultBase thisResult = AsyncResult.End<ReceiveMessageAndVerifySecurityAsyncResultBase>(result);