C# Class Mono.Zeroconf.Providers.Avahi.TxtRecord

Inheritance: ITxtRecord
Afficher le fichier Open project: hacxman/zeroshare

Méthodes publiques

Méthode Description
Add ( Mono.Zeroconf.TxtRecordItem item ) : void
Add ( string key, byte value ) : void
Add ( string key, string value ) : void
Dispose ( ) : void
Find ( string key ) : Mono.Zeroconf.TxtRecordItem
GetEnumerator ( ) : IEnumerator
GetItemAt ( int index ) : Mono.Zeroconf.TxtRecordItem
Remove ( string key ) : void
TxtRecord ( ) : System
TxtRecord ( byte data ) : System
this ( string key ) : Mono.Zeroconf.TxtRecordItem

Private Methods

Méthode Description
Render ( ) : byte[][]

Method Details

Add() public méthode

public Add ( Mono.Zeroconf.TxtRecordItem item ) : void
item Mono.Zeroconf.TxtRecordItem
Résultat void

Add() public méthode

public Add ( string key, byte value ) : void
key string
value byte
Résultat void

Add() public méthode

public Add ( string key, string value ) : void
key string
value string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Find() public méthode

public Find ( string key ) : Mono.Zeroconf.TxtRecordItem
key string
Résultat Mono.Zeroconf.TxtRecordItem

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetItemAt() public méthode

public GetItemAt ( int index ) : Mono.Zeroconf.TxtRecordItem
index int
Résultat Mono.Zeroconf.TxtRecordItem

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

TxtRecord() public méthode

public TxtRecord ( ) : System
Résultat System

TxtRecord() public méthode

public TxtRecord ( byte data ) : System
data byte
Résultat System

this() public méthode

public this ( string key ) : Mono.Zeroconf.TxtRecordItem
key string
Résultat Mono.Zeroconf.TxtRecordItem