Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Network
Dns
Answer
C# Class Network.Dns.Answer
Inheritance:
IServerResponse
Mostra file
Open project: automaters/bonjour.net
Class Usage Examples
Public Methods
Method
Description
GetBytes
( ) :
byte[]
ToString
( ) :
string
WriteTo
(
System
writer
) :
void
Private Methods
Method
Description
Get
(
System
reader
) :
Answer
Method Details
GetBytes()
public
method
public
GetBytes
( ) :
byte[]
return
byte[]
ToString()
public
method
public
ToString
( ) :
string
return
string
WriteTo()
public
method
public
WriteTo
(
System
writer
) :
void
writer
System
return
void