MethodName Property

HttpServer.dll

Method currently being invoked. Always in lower case.

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

Syntax

C#
public string MethodName { get; }
Visual Basic (Declaration)
Public ReadOnly Property MethodName As String
Visual C++
public:
property String^ MethodName {
	String^ get ();
}

See Also