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!

ServicePoint.ConnectionName

Gets the connection name established by the WebRequest that created the connection.

[Visual Basic]
Public ReadOnly Property ConnectionName As String
[C#]
public string ConnectionName {get;}
[C++]
public: __property String* get_ConnectionName();
[JScript]
public function get ConnectionName() : String;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace