C# Class Network.Dns.Answer

Inheritance: IServerResponse
Afficher le fichier Open project: automaters/bonjour.net Class Usage Examples

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
ToString ( ) : string
WriteTo ( System writer ) : void

Private Methods

Méthode Description
Get ( System reader ) : Answer

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteTo() public méthode

public WriteTo ( System writer ) : void
writer System
Résultat void