.NET Client Reference
Class Client
Namespace: PlayerIOClient
Language: C# / .NET
Access class to the various Player.IO services.
Here are some examples on how to work with the client:
Properties
|
| public BigDB |
Property used to access the BigDB service.
|
| public string |
The ConnectUserId of this client
|
| public ErrorLog |
Property used to access the ErrorLog service.
|
| public GameFS |
Property used to access the GameFS service.
|
| public Multiplayer |
Property used to access the Multiplayer service.
|
| public PartnerPay |
Property used to access the PartnerPay service.
|
| public PayVault |
Property used to access the PayVault service.
|
| public Web |
Property used to access the Http Request service.
|
Client.BigDB
Property used to access the BigDB service.
Client.ConnectUserId
The ConnectUserId of this client
Client.ErrorLog
Property used to access the ErrorLog service.
Client.GameFS
Property used to access the GameFS service.
Client.Multiplayer
Property used to access the Multiplayer service.
Client.PartnerPay
Property used to access the PartnerPay service.
Client.PayVault
Property used to access the PayVault service.
Client.Web
Property used to access the Http Request service.