C# Class SharpTox.Dns.ToxDns

Represents an instance of tox dns3.
Inheritance: IDisposable
Show file Open project: hexafluoride/Detox Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Releases all resources used by this instance of tox dns3.

ToxDns ( ToxKey publicKey ) : System

Initializes a new instance of tox dns3.

Private Methods

Method Description
DecryptDns3TXT ( string dns3String, uint requestId ) : string
Dispose ( bool disposing ) : void
GenerateDns3String ( string name, uint &requestId ) : string
ThrowIfDisposed ( ) : void

Method Details

Dispose() public method

Releases all resources used by this instance of tox dns3.
public Dispose ( ) : void
return void

ToxDns() public method

Initializes a new instance of tox dns3.
public ToxDns ( ToxKey publicKey ) : System
publicKey SharpTox.Core.ToxKey The public key that this instance of toxdns should be initialized with.
return System