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

Inheritance: ITxtRecord
Afficher le fichier Open project: hacxman/zeroshare Class Usage Examples

Méthodes publiques

Méthode Description
Add ( TxtRecordItem item ) : void
Add ( string key, byte value ) : void
Add ( string key, string value ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
GetItemAt ( int index ) : TxtRecordItem
Remove ( string key ) : void
ToString ( ) : string
TxtRecord ( ) : System
TxtRecord ( ushort length, IntPtr buffer ) : System
this ( string key ) : TxtRecordItem

Method Details

Add() public méthode

public Add ( TxtRecordItem item ) : void
item 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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetItemAt() public méthode

public GetItemAt ( int index ) : TxtRecordItem
index int
Résultat TxtRecordItem

Remove() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

TxtRecord() public méthode

public TxtRecord ( ) : System
Résultat System

TxtRecord() public méthode

public TxtRecord ( ushort length, IntPtr buffer ) : System
length ushort
buffer System.IntPtr
Résultat System

this() public méthode

public this ( string key ) : TxtRecordItem
key string
Résultat TxtRecordItem