Skip to content

ConfigBuilder.UseRest class

Configures the Config to use the REST endpoint

public sealed class UseRest : IConfigBuilder

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