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