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!

HttpWebRequest.SrvPoint

Gets the service point used for this request.

[Visual Basic]
Public ReadOnly Property SrvPoint As ServicePoint
[C#]
public ServicePoint SrvPoint {get;}
[C++]
public: __property ServicePoint* get_SrvPoint();
[JScript]
public function get SrvPoint() : ServicePoint;

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace