18 types derived from TraceAsyncResult
System.ServiceModel (18)
System\ServiceModel\Channels\CommunicationObject.cs (1)
1156class CloseAsyncResult : TraceAsyncResult
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1382class HttpChannelAsyncRequest : TraceAsyncResult, IAsyncRequest
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
631class ParseMessageAsyncResult : TraceAsyncResult
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1221class HttpContextReceivedAsyncResult<TListenerChannel> : TraceAsyncResult where TListenerChannel : class, IChannel
System\ServiceModel\Channels\HttpPipeline.cs (1)
868class EnqueueMessageAsyncResult : TraceAsyncResult
System\ServiceModel\Channels\ServiceChannel.cs (1)
1886class SendAsyncResult : TraceAsyncResult
System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorAsyncResult.cs (1)
12abstract class StreamSecurityUpgradeAcceptorAsyncResult : TraceAsyncResult
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
1032class SendAsyncResult : TraceAsyncResult
System\ServiceModel\Channels\TransportManager.cs (1)
317abstract class OpenOrCloseAsyncResult : TraceAsyncResult
System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
1674class CloseCoreAsyncResult : TraceAsyncResult 1844class ReceiveAsyncResult : TraceAsyncResult 1938class OpenAsyncResult : TraceAsyncResult 2067class CloseSessionAsyncResult : TraceAsyncResult 2232class CloseAsyncResult : TraceAsyncResult 2475class KeyRenewalAsyncResult : TraceAsyncResult 2524internal abstract class SecureSendAsyncResultBase : TraceAsyncResult 3028class CloseOutputSessionAsyncResult : TraceAsyncResult
System\ServiceModel\Security\SecurityUtils.cs (1)
2433class OperationWithTimeoutAsyncResult : TraceAsyncResult
3 references to TraceAsyncResult
System.ServiceModel (3)
System\ServiceModel\Diagnostics\TraceAsyncResult.cs (3)
40if (result is TraceAsyncResult) 42TraceAsyncResult thisPtr = result as TraceAsyncResult;