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