Skip to content

ConfigBuilder.UseRpc class

Configures the Config to use the rpc endpoint

public sealed class UseRpc : 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; }
RpcEndpoint { get; set; }
Configure(…)
WithRpcEndpoint(…)
WithRpcInsecure(…)
static GetUri(…) Creates the Uri used for the rpc websocket based on the specified EndPoint.

See Also