Class Server
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
pubkey
Declaration
[CanBeNull]
public string pubkey { get; set; }
Property Value
url
Declaration
[CanBeNull]
public string url { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.Server>.ToJson(System.Boolean)
Implements