HttpRequestBase.RequestType Właściwość

Definicja

W przypadku przesłonięć w klasie pochodnej program pobiera lub ustawia metodę transferu danych HTTP ( lub ), która GET POST była używana przez klienta.

public:
 virtual property System::String ^ RequestType { System::String ^ get(); void set(System::String ^ value); };
public virtual string RequestType { get; set; }
member this.RequestType : string with get, set
Public Overridable Property RequestType As String

Wartość właściwości

String

Typ metody transferu danych HTTP, który był używany przez klienta.

Wyjątki

Dotyczy