Request.ConnectionId 属性

定义

获取当前请求的唯一连接标识符。

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

属性值

当前请求的唯一连接标识符。

适用于