Class IceServer
Assembly: Libplanet.Net.dll
Syntax
public class IceServer : IIceServer
Constructors
|
Improve this Doc
View Source
IceServer(String)
Declaration
public IceServer(string url)
Parameters
Type |
Name |
Description |
String |
url |
|
|
Improve this Doc
View Source
IceServer(Uri)
Creates an instance by parsing given url
.
Declaration
public IceServer(Uri url)
Parameters
Type |
Name |
Description |
Uri |
url |
The Uri to parse.
|
Exceptions
Properties
|
Improve this Doc
View Source
Credential
Declaration
public string Credential { get; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
Property Value
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; }
Property Value
Implements