Property | Type | Description | |
---|---|---|---|
ConnectAndRequest | IEnumerator | ||
DestroySockets | void | ||
MakeRequest | IEnumerator | ||
PostConstruct | void | ||
SocketConnect | IEnumerator | ||
onSocketClose | void | ||
onSocketError | void | ||
onSocketMessage | void | ||
onSocketOpen | void |
Method | Description | |
---|---|---|
Disconnect ( System.Guid clientId, string componentName ) : void | ||
Disconnect ( |
||
Request ( System.Guid clientId, string componentName, string methodName, object data = null ) : void | ||
Request ( |
Method | Description | |
---|---|---|
ConnectAndRequest ( |
||
DestroySockets ( ) : void | ||
MakeRequest ( |
||
PostConstruct ( ) : void | ||
SocketConnect ( |
||
onSocketClose ( |
||
onSocketError ( |
||
onSocketMessage ( |
||
onSocketOpen ( |
public Disconnect ( System.Guid clientId, string componentName ) : void | ||
clientId | System.Guid | |
componentName | string | |
return | void |
public Request ( System.Guid clientId, string componentName, string methodName, object data = null ) : void | ||
clientId | System.Guid | |
componentName | string | |
methodName | string | |
data | object | |
return | void |
public Request ( |
||
key | ||
methodName | string | |
data | object | |
return | void |