Show / Hide Table of Contents

Class IceServer

Inheritance
Object
IceServer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class IceServer

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
In This Article
Back to top Copyright © 2018–2021 Planetarium