C# Class TkApi.TkRest.RequestData

Datei anzeigen Open project: M1Sports20/TkApi.NET

Public Properties

Property Type Description
authRequired bool
call string
headerParams System.Collections.Specialized.NameValueCollection
method RequestMethod
postData string
queryParams System.Collections.Specialized.NameValueCollection

Public Methods

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

Method Details

RequestData() public method

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
return System

Property Details

authRequired public_oe property

public bool authRequired
return bool

call public_oe property

public string call
return string

headerParams public_oe property

public NameValueCollection,System.Collections.Specialized headerParams
return System.Collections.Specialized.NameValueCollection

method public_oe property

public RequestMethod method
return RequestMethod

postData public_oe property

public string postData
return string

queryParams public_oe property

public NameValueCollection,System.Collections.Specialized queryParams
return System.Collections.Specialized.NameValueCollection