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!

HttpSelector Constructor

The string representation of a HttpSelector is "http://<urlpath>".

[Visual Basic]
Public Sub New( _
   ByVal s As String _
)
[C#]
public HttpSelector(
   string s
);
[C++]
public: HttpSelector(
   String* s
);
[JScript]
public function HttpSelector(
   s : String
);

Parameters

s
[To be supplied.]

See Also

HttpSelector Class | HttpSelector Members | System.Configuration Namespace