Class IceServer
Assembly: Libplanet.dll
Syntax
public class IceServer : object
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
Type |
Name |
Description |
IEnumerable<Uri> |
urls |
|
String |
username |
|
String |
credential |
|
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
Type |
Description |
IEnumerable<Uri> |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; }
Property Value