C# Class Network.Dns.Txt

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

Méthodes publiques

Méthode Description
AddProperty ( string txt ) : void
Contains ( string key ) : bool
Txt ( ) : System
WriteTo ( System writer ) : void

Private Methods

Méthode Description
Get ( BinaryReader reader ) : Txt

Method Details

AddProperty() public méthode

public AddProperty ( string txt ) : void
txt string
Résultat void

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

Txt() public méthode

public Txt ( ) : System
Résultat System

WriteTo() public méthode

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