Show / Hide Table of Contents

Class Server

Inheritance
Object
BasePdu<Server>
Server
Implements
IEquatable<Server>
Inherited Members
BasePdu<Server>.ToJsonForMds()
BasePdu<Server>.ToJsonForLocalStorage()
BasePdu<Server>.Equals(Server)
BasePdu<Server>.Equals(Object)
BasePdu<Server>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Server : BasePdu<Server>, IEquatable<Server>

Constructors

Server(Server)

Declaration
public Server([NotNull] Server other)
Parameters
Type Name Description
Server other

Properties

name

Declaration
[CanBeNull]
public string name { get; set; }
Property Value
Type Description
String

pubkey

Declaration
[CanBeNull]
public string pubkey { get; set; }
Property Value
Type Description
String

url

Declaration
[CanBeNull]
public string url { get; set; }
Property Value
Type Description
String

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.Server>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
In This Article
  • Constructors
    • Server(Server)
  • Properties
    • name
    • pubkey
    • url
  • Methods
    • ToJson(Boolean)
  • Implements
Back to top Copyright © 2018 PKWARE, Inc.