C# Class TkApi.TkRest.RequestData

Show file 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 property

public bool authRequired
return bool

call public property

public string call
return string

headerParams public property

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

method public property

public RequestMethod method
return RequestMethod

postData public property

public string postData
return string

queryParams public property

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