HttpRequestBase..::..RequestType Property

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public string RequestType { get; set; }
Public Property RequestType As String
	Get
	Set
public:
property String^ RequestType {
	String^ get ();
	void set (String^ value);
}