Метод | Описание | |
---|---|---|
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 ) : TxtRecordItem |
Метод | Описание | |
---|---|---|
Render ( ITxtRecord record ) : byte[][] | ||
System ( ) : System.Collections.IEnumerator |
public Add ( Mono.Zeroconf.TxtRecordItem item ) : void | ||
item | Mono.Zeroconf.TxtRecordItem | |
Результат | void |
public Add ( string key, byte value ) : void | ||
key | string | |
value | byte | |
Результат | void |
public Add ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public Find ( string key ) : Mono.Zeroconf.TxtRecordItem | ||
key | string | |
Результат | Mono.Zeroconf.TxtRecordItem |
public GetItemAt ( int index ) : Mono.Zeroconf.TxtRecordItem | ||
index | int | |
Результат | Mono.Zeroconf.TxtRecordItem |
public this ( string key ) : TxtRecordItem | ||
key | string | |
Результат | TxtRecordItem |