ConfigBuilder.UseRest class
Configures the Config to use the REST endpoint
Public Members
| name | description |
|---|---|
| Insecure { get; set; } | Optional: Determines whether to disable TLS for the RPC connection. false uses the wss protocol, true uses ws. |
| Parent { get; } | |
| RestEndpoint { get; set; } | |
| Configure(…) | |
| WithRestEndpoint(…) | |
| WithRestInsecure(…) | |
| static GetUri(…) | Creates the Uri used for the rpc websocket based on the specified EndPoint. |
See Also
- interface IConfigBuilder
- class ConfigBuilder
- namespace SurrealDB.Configuration