SocketsHttpHandler.ActivityHeadersPropagator プロパティ

定義

重要

この API は CLS 準拠ではありません。

分散トレースとコンテキストを伝達するときに使用する伝達子を取得または設定します。 伝達を無効にするには、 を使用 null します。

public:
 property System::Diagnostics::DistributedContextPropagator ^ ActivityHeadersPropagator { System::Diagnostics::DistributedContextPropagator ^ get(); void set(System::Diagnostics::DistributedContextPropagator ^ value); };
[System.CLSCompliant(false)]
public System.Diagnostics.DistributedContextPropagator? ActivityHeadersPropagator { get; set; }
[<System.CLSCompliant(false)>]
member this.ActivityHeadersPropagator : System.Diagnostics.DistributedContextPropagator with get, set
Public Property ActivityHeadersPropagator As DistributedContextPropagator

プロパティ値

既定値は、Current です。

属性

適用対象