C# Class ctac.JsonNetworkService

Inheritance: IJsonNetworkService
Show file Open project: dshook/centauri-tac

Private Properties

Property Type Description
MakeRequest IEnumerator

Public Methods

Method Description
Request ( string componentName, string methodName, Type type, string>.Dictionary data = null ) : void

Private Methods

Method Description
MakeRequest ( string componentName, string methodName, Type type, string>.Dictionary data ) : IEnumerator

Method Details

Request() public method

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