3 types derived from ApplySecurityAndSendAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
864
sealed class RequestChannelSendAsyncResult :
ApplySecurityAndSendAsyncResult
<IRequestChannel>
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1455
sealed class RequestContextSendAsyncResult :
ApplySecurityAndSendAsyncResult
<RequestContext>
System\ServiceModel\Security\SecurityChannel.cs (1)
131
protected sealed class OutputChannelSendAsyncResult :
ApplySecurityAndSendAsyncResult
<IOutputChannel>
4 references to ApplySecurityAndSendAsyncResult
System.ServiceModel (4)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (4)
54
protected static void OnEnd(
ApplySecurityAndSendAsyncResult
<MessageSenderType> self)
56
AsyncResult.End<
ApplySecurityAndSendAsyncResult
<MessageSenderType>>(self);
97
ApplySecurityAndSendAsyncResult
<MessageSenderType> self = result.AsyncState as
ApplySecurityAndSendAsyncResult
<MessageSenderType>;