Class IceServer
Assembly: Libplanet.dll
Syntax
Constructors
|
Improve this Doc
View Source
IceServer(IEnumerable<String>, String, String)
Declaration
public IceServer(IEnumerable<string> urls, string username = null, string credential = null)
Parameters
|
Improve this Doc
View Source
IceServer(IEnumerable<Uri>, String, String)
Declaration
public IceServer(IEnumerable<Uri> urls, string username = null, string credential = null)
Parameters
Properties
|
Improve this Doc
View Source
Credential
Declaration
public string Credential { get; }
Property Value
|
Improve this Doc
View Source
Urls
Declaration
public IEnumerable<Uri> Urls { get; }
Property Value
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; }
Property Value