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!

HttpGetProtocolInfo.Service

[To be supplied.]

[Visual Basic]
Public Property Service As HttpGetServiceInfo
[C#]
public HttpGetServiceInfo Service {get; set;}
[C++]
public: __property HttpGetServiceInfo* get_Service();
public: __property void set_Service(HttpGetServiceInfo*);
[JScript]
public function get Service() : HttpGetServiceInfo;
public function set Service(HttpGetServiceInfo);

See Also

HttpGetProtocolInfo Class | HttpGetProtocolInfo Members | System.Web.Services.Description Namespace