다음을 통해 공유


Request.ConnectionId 속성

정의

현재 요청에 대한 고유 연결 식별자를 가져옵니다.

public:
 property System::String ^ ConnectionId { System::String ^ get(); };
public string ConnectionId { get; }
member this.ConnectionId : string
Public ReadOnly Property ConnectionId As String

속성 값

현재 요청에 대한 고유 연결 식별자입니다.

적용 대상