StringToHttpMethod

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpRequest > Methods >

StringToHttpMethod

SIGNATURE=IW.HTTP.Request.THttpRequest.StringToHttpMethod@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class function StringToHttpMethod(s: string): THttpMethod;

C++:

public: __fastcall THttpMethod StringToHttpMethod(String s);

 

Description: This is StringToHttpMethod, a member of class THttpRequest.