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!

HttpPostProtocolInfo.Service

[To be supplied.]

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

See Also

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