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!

HttpMethodAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal returnFormatter As Type, _
   ByVal parameterFormatter As Type _
)
[C#]
public HttpMethodAttribute(
   Type returnFormatter,
   Type parameterFormatter
);
[C++]
public: HttpMethodAttribute(
   Type* returnFormatter,
   Type* parameterFormatter
);
[JScript]
public function HttpMethodAttribute(
   returnFormatter : Type,
   parameterFormatter : Type
);

Parameters

returnFormatter
[To be supplied.]
parameterFormatter
[To be supplied.]

See Also

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