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!

ClientProtocol.Path

Gets or sets the base URI to the server to use for requests.

[Visual Basic]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
public: __property String* get_Path();
public: __property void set_Path(String*);
[JScript]
public function get Path() : String;
public function set Path(String);

Property Value

The base URI to the web service to use for requests. The default is an empty string ("").

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace