C# 클래스 Knetik.KnetikRequest

파일 보기 프로젝트 열기: knetikmedia/UnitySDK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EOL byte[]
LogAllRequests bool
VerboseLogging bool
acceptGzip bool
bytes byte[]
completedCallback Action
cookieJar Knetik.KnetikCookieJar
exception System.Exception
isDone bool
maximumRetryCount int
method string
protocol string
response Knetik.KnetikResponse
responseTime long
state KnetikRequestState
synchronous bool
uri System.Uri
useCache bool

공개 메소드들

메소드 설명
AddHeader ( string name, string value ) : void
GetHeader ( string name ) : string
GetHeaders ( ) : List
GetHeaders ( string name ) : List
InfoString ( bool verbose ) : string
KnetikRequest ( string method, string uri ) : System
KnetikRequest ( string method, string uri, WWWForm form ) : System
KnetikRequest ( string method, string uri, bool useCache ) : System
KnetikRequest ( string method, string uri, byte bytes ) : System
Send ( ) : void
Send ( Action callback ) : void
SetHeader ( string name, string value ) : void
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

비공개 메소드들

메소드 설명
GetResponse ( ) : void
WriteToStream ( Stream outputStream ) : void

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

GetHeader() 공개 메소드

public GetHeader ( string name ) : string
name string
리턴 string

GetHeaders() 공개 메소드

public GetHeaders ( ) : List
리턴 List

GetHeaders() 공개 메소드

public GetHeaders ( string name ) : List
name string
리턴 List

InfoString() 공개 메소드

public InfoString ( bool verbose ) : string
verbose bool
리턴 string

KnetikRequest() 공개 메소드

public KnetikRequest ( string method, string uri ) : System
method string
uri string
리턴 System

KnetikRequest() 공개 메소드

public KnetikRequest ( string method, string uri, WWWForm form ) : System
method string
uri string
form UnityEngine.WWWForm
리턴 System

KnetikRequest() 공개 메소드

public KnetikRequest ( string method, string uri, bool useCache ) : System
method string
uri string
useCache bool
리턴 System

KnetikRequest() 공개 메소드

public KnetikRequest ( string method, string uri, byte bytes ) : System
method string
uri string
bytes byte
리턴 System

Send() 공개 메소드

public Send ( ) : void
리턴 void

Send() 공개 메소드

public Send ( Action callback ) : void
callback Action
리턴 void

SetHeader() 공개 메소드

public SetHeader ( string name, string value ) : void
name string
value string
리턴 void

ValidateServerCertificate() 공개 정적인 메소드

public static ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
sslPolicyErrors SslPolicyErrors
리턴 bool

프로퍼티 상세

EOL 공개적으로 정적으로 프로퍼티

public static byte[] EOL
리턴 byte[]

LogAllRequests 공개적으로 정적으로 프로퍼티

public static bool LogAllRequests
리턴 bool

VerboseLogging 공개적으로 정적으로 프로퍼티

public static bool VerboseLogging
리턴 bool

acceptGzip 공개적으로 프로퍼티

public bool acceptGzip
리턴 bool

bytes 공개적으로 프로퍼티

public byte[] bytes
리턴 byte[]

completedCallback 공개적으로 프로퍼티

public Action completedCallback
리턴 Action

cookieJar 공개적으로 프로퍼티

public KnetikCookieJar,Knetik cookieJar
리턴 Knetik.KnetikCookieJar

exception 공개적으로 프로퍼티

public Exception,System exception
리턴 System.Exception

isDone 공개적으로 프로퍼티

public bool isDone
리턴 bool

maximumRetryCount 공개적으로 프로퍼티

public int maximumRetryCount
리턴 int

method 공개적으로 프로퍼티

public string method
리턴 string

protocol 공개적으로 프로퍼티

public string protocol
리턴 string

response 공개적으로 프로퍼티

public KnetikResponse,Knetik response
리턴 Knetik.KnetikResponse

responseTime 공개적으로 프로퍼티

public long responseTime
리턴 long

state 공개적으로 프로퍼티

public KnetikRequestState state
리턴 KnetikRequestState

synchronous 공개적으로 프로퍼티

public bool synchronous
리턴 bool

uri 공개적으로 프로퍼티

public Uri,System uri
리턴 System.Uri

useCache 공개적으로 프로퍼티

public bool useCache
리턴 bool