C# Class Microsoft.AspNet.SignalR.Owin.ReadableStringCollectionWrapper

Inheritance: INameValueCollection
Mostrar archivo Open project: SignalR/SignalR

Public Methods

Method Description
Get ( string key ) : string
GetEnumerator ( ) : string>>.IEnumerator
GetValues ( string key ) : IEnumerable
ReadableStringCollectionWrapper ( IReadableStringCollection readableStringCollection ) : System.Collections
this ( string key ) : string

Private Methods

Method Description
GetEnumerable ( ) : string>>.IEnumerable
IEnumerable ( ) : IEnumerator

Method Details

Get() public method

public Get ( string key ) : string
key string
return string

GetEnumerator() public method

public GetEnumerator ( ) : string>>.IEnumerator
return string>>.IEnumerator

GetValues() public method

public GetValues ( string key ) : IEnumerable
key string
return IEnumerable

ReadableStringCollectionWrapper() public method

public ReadableStringCollectionWrapper ( IReadableStringCollection readableStringCollection ) : System.Collections
readableStringCollection IReadableStringCollection
return System.Collections

this() public method

public this ( string key ) : string
key string
return string