Show / Hide Table of Contents

Class IceServer

Inheritance
Object
IceServer
Implements
IIceServer
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.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
Type Condition
ArgumentException

Thrown when Scheme is not "turn" for url.

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–2023 Planetarium