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