NATS .NET Client  1.1.4
The NATS.io .NET C# Client
NATS.Client.ConnectionFactory Member List

This is the complete list of members for NATS.Client.ConnectionFactory, including all inherited members.

ConnectionFactory()NATS.Client.ConnectionFactory
CreateConnection(string url, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateConnection(string url, string credentialsPath, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateConnection(string url, string jwt, string privateNkey, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateConnection(bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateConnection(Options opts, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateEncodedConnection(bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateEncodedConnection(string url, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateEncodedConnection(Options opts, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
CreateSecureConnection(string url, bool reconnectOnConnect=false)NATS.Client.ConnectionFactory
GetDefaultOptions(string server=null)NATS.Client.ConnectionFactorystatic