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입니다.

특성

적용 대상