C# 클래스 ctac.JsonNetworkService

상속: IJsonNetworkService
파일 보기 프로젝트 열기: dshook/centauri-tac

Private Properties

프로퍼티 타입 설명
MakeRequest IEnumerator

공개 메소드들

메소드 설명
Request ( string componentName, string methodName, Type type, string>.Dictionary data = null ) : void

비공개 메소드들

메소드 설명
MakeRequest ( string componentName, string methodName, Type type, string>.Dictionary data ) : IEnumerator

메소드 상세

Request() 공개 메소드

public Request ( string componentName, string methodName, Type type, string>.Dictionary data = null ) : void
componentName string
methodName string
type System.Type
data string>.Dictionary
리턴 void