Skip to content

ConfigBuilder.UseRest.Insecure property

Optional: Determines whether to disable TLS for the RPC connection. false uses the wss protocol, true uses ws.

public bool Insecure { get; set; }

Remarks

This is not recommended, and should only be used for testing purposes

See Also