C# 클래스 Mono.Zeroconf.Providers.Bonjour.TxtRecord

상속: ITxtRecord
파일 보기 프로젝트 열기: hacxman/zeroshare 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( TxtRecordItem item ) : void
item TxtRecordItem
리턴 void

Add() 공개 메소드

public Add ( string key, byte value ) : void
key string
value byte
리턴 void

Add() 공개 메소드

public Add ( string key, string value ) : void
key string
value string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetItemAt() 공개 메소드

public GetItemAt ( int index ) : TxtRecordItem
index int
리턴 TxtRecordItem

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TxtRecord() 공개 메소드

public TxtRecord ( ) : System
리턴 System

TxtRecord() 공개 메소드

public TxtRecord ( ushort length, IntPtr buffer ) : System
length ushort
buffer System.IntPtr
리턴 System

this() 공개 메소드

public this ( string key ) : TxtRecordItem
key string
리턴 TxtRecordItem