HTTPRequestMethod Property |
Returns the request method ("GET", "HEAD", "POST", "PUT", "DELETE", "CONNECT", "OPTIONS", "TRACE", "PATH").
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string Method { get; }
Public ReadOnly Property Method As String
Get
public:
property String^ Method {
String^ get ();
}
member Method : string with get
Property Value
Type:
StringRemarks See Also