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