C# Class TkApi.TkRest.RequestData

Afficher le fichier Open project: M1Sports20/TkApi.NET

Méthodes publiques

Свойство Type Description
authRequired bool
call string
headerParams System.Collections.Specialized.NameValueCollection
method RequestMethod
postData string
queryParams System.Collections.Specialized.NameValueCollection

Méthodes publiques

Méthode Description
RequestData ( RequestMethod method, string call, bool authRequired, NameValueCollection q, NameValueCollection h, string postData ) : System

Method Details

RequestData() public méthode

public RequestData ( RequestMethod method, string call, bool authRequired, NameValueCollection q, NameValueCollection h, string postData ) : System
method RequestMethod
call string
authRequired bool
q System.Collections.Specialized.NameValueCollection
h System.Collections.Specialized.NameValueCollection
postData string
Résultat System

Property Details

authRequired public_oe property

public bool authRequired
Résultat bool

call public_oe property

public string call
Résultat string

headerParams public_oe property

public NameValueCollection,System.Collections.Specialized headerParams
Résultat System.Collections.Specialized.NameValueCollection

method public_oe property

public RequestMethod method
Résultat RequestMethod

postData public_oe property

public string postData
Résultat string

queryParams public_oe property

public NameValueCollection,System.Collections.Specialized queryParams
Résultat System.Collections.Specialized.NameValueCollection