Show / Hide Table of Contents

Class IceServer

Inheritance
Object
IceServer
Implements
IIceServer
Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public class IceServer : object, 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 to parse.

Properties

| Improve this Doc View Source

Credential

Declaration
public string Credential { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Url

Declaration
public Uri Url { get; }
Property Value
Type Description
Uri
| Improve this Doc View Source

Username

Declaration
public string Username { get; }
Property Value
Type Description
String

Implements

IIceServer
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium