1 instantiation of InputChannelReceiveMessageAndVerifySecurityAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
938
return new
InputChannelReceiveMessageAndVerifySecurityAsyncResult
(this, this.InnerChannel, timeout, callback, state);
5 references to InputChannelReceiveMessageAndVerifySecurityAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityChannelListener.cs (5)
949
return
InputChannelReceiveMessageAndVerifySecurityAsyncResult
.End(result, out message);
1979
InputChannelReceiveMessageAndVerifySecurityAsyncResult
securityAsyncResult = state as
InputChannelReceiveMessageAndVerifySecurityAsyncResult
;
2043
InputChannelReceiveMessageAndVerifySecurityAsyncResult
thisResult = AsyncResult.End<
InputChannelReceiveMessageAndVerifySecurityAsyncResult
>(result);