NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.ConnectionID

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;

Property Value

The ID of the current request.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace