DefaultMethod Property

HttpServer.dll

Specifies the method to use if no action have been specified.

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string DefaultMethod { get; set; }
Visual Basic (Declaration)
Public Property DefaultMethod As String
Visual C++
public:
property String^ DefaultMethod {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
System..::.ArgumentExceptionIf specified method do not exist.

See Also