C# 클래스 Microsoft.AspNet.SignalR.Owin.ReadableStringCollectionWrapper

상속: INameValueCollection
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
Get ( string key ) : string
GetEnumerator ( ) : string>>.IEnumerator
GetValues ( string key ) : IEnumerable
ReadableStringCollectionWrapper ( IReadableStringCollection readableStringCollection ) : System.Collections
this ( string key ) : string

비공개 메소드들

메소드 설명
GetEnumerable ( ) : string>>.IEnumerable
IEnumerable ( ) : IEnumerator

메소드 상세

Get() 공개 메소드

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

GetEnumerator() 공개 메소드

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

GetValues() 공개 메소드

public GetValues ( string key ) : IEnumerable
key string
리턴 IEnumerable

ReadableStringCollectionWrapper() 공개 메소드

public ReadableStringCollectionWrapper ( IReadableStringCollection readableStringCollection ) : System.Collections
readableStringCollection IReadableStringCollection
리턴 System.Collections

this() 공개 메소드

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