Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebInvokeAttribute::Method Property

 

Gets and sets the protocol (for example HTTP) method the service operation responds to.

Namespace:   System.ServiceModel.Web
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public:
property String^ Method {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The protocol method associated with the operation.

Method defaults to POST.

The following example shows how to set the Method property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft