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