SocketsHttpHandler.ActivityHeadersPropagator 속성

정의

Important

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

특성

예외

현재 인스턴스에서 작업이 이미 시작되었습니다.

현재 인스턴스가 삭제되었습니다.

적용 대상