Gets the connection ID of the current request.
[Visual Basic] Public ReadOnly Property ConnectionID As Long [C#] public long ConnectionID {get;} [C++] public: __property __int64 get_ConnectionID(); [JScript] public function get ConnectionID() : long;
The ID of the current request.
HttpRequest Class | HttpRequest Members | System.Web Namespace