RuyiSDKContext Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi
public class RuyiSDKContext
The RuyiSDKContext type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiSDKContext | Initializes a new instance of the RuyiSDKContext class |
| Name | Description | |
|---|---|---|
| EnabledFeatures |
Specify which SDK features should be enabled. Default is all features enabled.
| |
| RemoteAddress |
remote address of layer0
| |
| Timeout |
Timeout (in ms) for connections. If less than or equal to 0, use default.
|
| Name | Description | |
|---|---|---|
| endpoint |
set the running end point
| |
| HighLatencyPort |
Port to connect to for high-latency messages. Leave as zero to use default.
| |
| LowLatencyPort |
Port to connect to for low-latency messages. Leave as zero to use default.
| |
| Transport |
Thrift transport to use. If null will initialize default.
|