Class FluxConnectionOptions
Inheritance
System.Object
FluxConnectionOptions
Assembly: InfluxDB.Client.Flux.dll
Syntax
public class FluxConnectionOptions : object
Constructors
FluxConnectionOptions(String)
Declaration
public FluxConnectionOptions(string url)
Parameters
Type |
Name |
Description |
System.String |
url |
|
FluxConnectionOptions(String, String, Char[], FluxConnectionOptions.AuthenticationType)
Declaration
public FluxConnectionOptions(string url, string username = "", char[] password = null, FluxConnectionOptions.AuthenticationType authentication = FluxConnectionOptions.AuthenticationType.UrlQueryParameters)
Parameters
FluxConnectionOptions(String, TimeSpan, String, Char[], FluxConnectionOptions.AuthenticationType, IWebProxy)
Declaration
public FluxConnectionOptions(string url, TimeSpan timeout, string username = "", char[] password = null, FluxConnectionOptions.AuthenticationType authentication = FluxConnectionOptions.AuthenticationType.UrlQueryParameters, IWebProxy webProxy = null)
Parameters
Properties
Authentication
Declaration
public FluxConnectionOptions.AuthenticationType Authentication { get; }
Property Value
Password
Declaration
public char[] Password { get; }
Property Value
Type |
Description |
System.Char[] |
|
Timeout
Declaration
public TimeSpan Timeout { get; }
Property Value
Type |
Description |
TimeSpan |
|
Url
Declaration
public string Url { get; }
Property Value
Type |
Description |
System.String |
|
Username
Declaration
public string Username { get; }
Property Value
Type |
Description |
System.String |
|
WebProxy
Declaration
public IWebProxy WebProxy { get; }
Property Value
Type |
Description |
IWebProxy |
|