C# Class Microsoft.AspNet.SignalR.Tests.Common.Infrastructure.NameValueCollectionWrapper

Inheritance: INameValueCollection
Mostra file Open project: SignalR/SignalR

Public Methods

Method Description
Get ( string key ) : string
GetEnumerator ( ) : string>>.IEnumerator
GetValues ( string key ) : IEnumerable
NameValueCollectionWrapper ( ) : System.Collections
NameValueCollectionWrapper ( NameValueCollection collection ) : 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

NameValueCollectionWrapper() public method

public NameValueCollectionWrapper ( ) : System.Collections
return System.Collections

NameValueCollectionWrapper() public method

public NameValueCollectionWrapper ( NameValueCollection collection ) : System.Collections
collection System.Collections.Specialized.NameValueCollection
return System.Collections

this() public method

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