C# 클래스 Gallatin.Core.Web.HttpHeaders

상속: IHttpHeaders
파일 보기 프로젝트 열기: williamoneill/Gallatin 1 사용 예제들

공개 메소드들

메소드 설명
AsEnumerable ( ) : string>>.IEnumerable
HttpHeaders ( string>.List headers ) : System
Remove ( string key ) : void
RemoveKeyValue ( string key, string value ) : void
RenameKey ( string oldKeyName, string newKeyName ) : void
UpsertKeyValue ( string key, string value ) : void
this ( string key ) : string

비공개 메소드들

메소드 설명
TryFindByKey ( string key, string>.KeyValuePair &header ) : bool

메소드 상세

AsEnumerable() 공개 메소드

public AsEnumerable ( ) : string>>.IEnumerable
리턴 string>>.IEnumerable

HttpHeaders() 공개 메소드

public HttpHeaders ( string>.List headers ) : System
headers string>.List
리턴 System

Remove() 공개 메소드

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

RemoveKeyValue() 공개 메소드

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

RenameKey() 공개 메소드

public RenameKey ( string oldKeyName, string newKeyName ) : void
oldKeyName string
newKeyName string
리턴 void

UpsertKeyValue() 공개 메소드

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

this() 공개 메소드

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