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!

Using Secure Sockets Layer

WebRequest and WebResponse classes use Secure Sockets Layer (SSL) automatically. The decision to use SSL is made by the WebRequest class based on the URI it is given. If the URI begins with "https:" then SSL will be used, otherwise, if the URI begins with "http:" SSL will not be used.