HttpConnection.ConnectionId 속성

정의

연결 ID를 가져오거나 설정합니다.

public:
 virtual property System::String ^ ConnectionId { System::String ^ get(); void set(System::String ^ value); };
public override string ConnectionId { get; set; }
public override string? ConnectionId { get; set; }
member this.ConnectionId : string with get, set
Public Overrides Property ConnectionId As String

속성 값

설명

연결 ID는 가 시작될 때 HttpConnection 설정되며 사용자 코드로 설정해서는 안 됩니다. 를 로 설정하여 true 연결을 만든 SkipNegotiation 경우 연결 ID는 가 됩니다null.

적용 대상