1 instantiation of ReceiveRequestAndVerifySecurityAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1250return new ReceiveRequestAndVerifySecurityAsyncResult(this, this.InnerChannel, timeout, callback, state);
5 references to ReceiveRequestAndVerifySecurityAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityChannelListener.cs (5)
1261return ReceiveRequestAndVerifySecurityAsyncResult.End(result, out requestContext); 1809ReceiveRequestAndVerifySecurityAsyncResult securityAsyncResult = state as ReceiveRequestAndVerifySecurityAsyncResult; 1864ReceiveRequestAndVerifySecurityAsyncResult thisResult = AsyncResult.End<ReceiveRequestAndVerifySecurityAsyncResult>(result);