Request.ConnectionId Property

Definition

Gets the unique connection identifier for the current request.

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

Property Value

The unique connection identifier for the current request.

Applies to