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: