C# 클래스 TkApi.TkRest.RequestData

파일 보기 프로젝트 열기: M1Sports20/TkApi.NET

공개 프로퍼티들

프로퍼티 타입 설명
authRequired bool
call string
headerParams System.Collections.Specialized.NameValueCollection
method RequestMethod
postData string
queryParams System.Collections.Specialized.NameValueCollection

공개 메소드들

메소드 설명
RequestData ( RequestMethod method, string call, bool authRequired, NameValueCollection q, NameValueCollection h, string postData ) : System

메소드 상세

RequestData() 공개 메소드

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
리턴 System

프로퍼티 상세

authRequired 공개적으로 프로퍼티

public bool authRequired
리턴 bool

call 공개적으로 프로퍼티

public string call
리턴 string

headerParams 공개적으로 프로퍼티

public NameValueCollection,System.Collections.Specialized headerParams
리턴 System.Collections.Specialized.NameValueCollection

method 공개적으로 프로퍼티

public RequestMethod method
리턴 RequestMethod

postData 공개적으로 프로퍼티

public string postData
리턴 string

queryParams 공개적으로 프로퍼티

public NameValueCollection,System.Collections.Specialized queryParams
리턴 System.Collections.Specialized.NameValueCollection