3 types derived from ReceiveItemAndVerifySecurityAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1784sealed class ReceiveRequestAndVerifySecurityAsyncResult : ReceiveItemAndVerifySecurityAsyncResult<RequestContext, IReplyChannel> 1870sealed class DuplexSessionReceiveMessageAndVerifySecurityAsyncResult : ReceiveItemAndVerifySecurityAsyncResult<Message, IInputChannel> 1959sealed class InputChannelReceiveMessageAndVerifySecurityAsyncResult : ReceiveItemAndVerifySecurityAsyncResult<Message, IInputChannel>
2 references to ReceiveItemAndVerifySecurityAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1598ReceiveItemAndVerifySecurityAsyncResult<TItem, UChannel> thisResult = (ReceiveItemAndVerifySecurityAsyncResult<TItem, UChannel>)result.AsyncState;