Show / Hide Table of Contents

Class IceServer

Inheritance
Object
IceServer
Namespace: Libplanet.Net
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
Type Name Description
IEnumerable<String> urls
String username
String credential
| 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
Type Description
String
| 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
Type Description
String
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium