C# 클래스 NMaier.SimpleDlna.Server.Headers

상속: IHeaders
파일 보기 프로젝트 열기: nmaier/simpleDLNA 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string>.KeyValuePair item ) : void
Add ( string key, string value ) : void
Clear ( ) : void
Contains ( string>.KeyValuePair item ) : bool
ContainsKey ( string key ) : bool
CopyTo ( string>.KeyValuePair array, int arrayIndex ) : void
GetEnumerator ( ) : string>>.IEnumerator
Headers ( ) : System
Remove ( string>.KeyValuePair item ) : bool
Remove ( string key ) : bool
ToString ( ) : string
TryGetValue ( string key, string &value ) : bool
this ( string key ) : string

보호된 메소드들

메소드 설명
Headers ( bool asIs ) : System

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
Normalize ( string header ) : string

메소드 상세

Add() 공개 메소드

public Add ( string>.KeyValuePair item ) : void
item string>.KeyValuePair
리턴 void

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string>.KeyValuePair item ) : bool
item string>.KeyValuePair
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( string>.KeyValuePair array, int arrayIndex ) : void
array string>.KeyValuePair
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : string>>.IEnumerator
리턴 string>>.IEnumerator

Headers() 공개 메소드

public Headers ( ) : System
리턴 System

Headers() 보호된 메소드

protected Headers ( bool asIs ) : System
asIs bool
리턴 System

Remove() 공개 메소드

public Remove ( string>.KeyValuePair item ) : bool
item string>.KeyValuePair
리턴 bool

Remove() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetValue() 공개 메소드

public TryGetValue ( string key, string &value ) : bool
key string
value string
리턴 bool

this() 공개 메소드

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