C# 클래스 SharpTox.Dns.ToxDns

Represents an instance of tox dns3.
상속: IDisposable
파일 보기 프로젝트 열기: hexafluoride/Detox 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by this instance of tox dns3.

ToxDns ( ToxKey publicKey ) : System

Initializes a new instance of tox dns3.

비공개 메소드들

메소드 설명
DecryptDns3TXT ( string dns3String, uint requestId ) : string
Dispose ( bool disposing ) : void
GenerateDns3String ( string name, uint &requestId ) : string
ThrowIfDisposed ( ) : void

메소드 상세

Dispose() 공개 메소드

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

ToxDns() 공개 메소드

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.
리턴 System