Property | Type | Description | |
---|---|---|---|
Protocol | string | ||
TheInterface |
Method | Description | |
---|---|---|
AddIncomingConnection ( object client, string protocol ) : void | ||
Claim ( object client, string protocol ) : void | ||
Close ( ) : bool | ||
IncomingConnections ( int tconnectionid ) : System | ||
IsActive ( ) : bool | ||
TakeTurn ( ) : void |
public static AddIncomingConnection ( object client, string protocol ) : void | ||
client | object | |
protocol | string | |
return | void |
public Claim ( object client, string protocol ) : void | ||
client | object | |
protocol | string | |
return | void |
public IncomingConnections ( int tconnectionid ) : System | ||
tconnectionid | int | |
return | System |