C# 클래스 Fun.FunapiHttpTransport

상속: Fun.FunapiDecodedTransport
파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CancelRequest void
ClearRequest void
DecodeMessage void
Init void
OnFailure void
OnRequestTimeout void
ReadCb void
RequestStreamCb void
ResponseCb void
SendHttpWebRequest void
SendWWWRequest void
SetAddress void
Stop void
WWWPost IEnumerator
WireSend void

공개 메소드들

메소드 설명
FunapiHttpTransport ( string hostname_or_ip, UInt16 port, bool https, FunEncoding type ) : UnityEngine

비공개 메소드들

메소드 설명
CancelRequest ( ) : void
ClearRequest ( ) : void
DecodeMessage ( string header, ArraySegment body ) : void
Init ( ) : void
OnFailure ( ) : void
OnRequestTimeout ( object param ) : void
ReadCb ( IAsyncResult ar ) : void
RequestStreamCb ( IAsyncResult ar ) : void
ResponseCb ( IAsyncResult ar ) : void
SendHttpWebRequest ( string>.Dictionary headers, FunapiMessage body ) : void
SendWWWRequest ( string>.Dictionary headers, FunapiMessage body ) : void
SetAddress ( Fun.HostAddr addr ) : void
Stop ( ) : void
WWWPost ( WWW www ) : IEnumerator
WireSend ( ) : void

메소드 상세

FunapiHttpTransport() 공개 메소드

public FunapiHttpTransport ( string hostname_or_ip, UInt16 port, bool https, FunEncoding type ) : UnityEngine
hostname_or_ip string
port System.UInt16
https bool
type FunEncoding
리턴 UnityEngine