C# 클래스 FubuMVC.Core.ServiceBus.Runtime.Headers.NameValueHeaders

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

공개 메소드들

메소드 설명
Has ( string key ) : bool
Keys ( ) : IEnumerable
NameValueHeaders ( ) : System
NameValueHeaders ( NameValueCollection inner ) : System
Remove ( string key ) : void
ToDictionary ( ) : string>.IDictionary
ToNameValues ( ) : NameValueCollection
this ( string key ) : string

메소드 상세

Has() 공개 메소드

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

Keys() 공개 메소드

public Keys ( ) : IEnumerable
리턴 IEnumerable

NameValueHeaders() 공개 메소드

public NameValueHeaders ( ) : System
리턴 System

NameValueHeaders() 공개 메소드

public NameValueHeaders ( NameValueCollection inner ) : System
inner System.Collections.Specialized.NameValueCollection
리턴 System

Remove() 공개 메소드

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

ToDictionary() 공개 메소드

public ToDictionary ( ) : string>.IDictionary
리턴 string>.IDictionary

ToNameValues() 공개 메소드

public ToNameValues ( ) : NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection

this() 공개 메소드

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