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!

HttpUrl.Protocol

URL Protocol (that is: HTTP, HTTPS, FTP).

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

Property Value

Default value is null.

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace