C# Class NextTests.Mocks.HttpListenerRequestExt

Afficher le fichier Open project: JohanLarsson/Next

Méthodes publiques

Méthode Description
GetNameValueCollection ( this request ) : NameValueCollection
IsDelete ( this request ) : bool
IsGet ( this request ) : bool
IsPost ( this request ) : bool
IsPut ( this request ) : bool

Method Details

GetNameValueCollection() public static méthode

public static GetNameValueCollection ( this request ) : NameValueCollection
request this
Résultat System.Collections.Specialized.NameValueCollection

IsDelete() public static méthode

public static IsDelete ( this request ) : bool
request this
Résultat bool

IsGet() public static méthode

public static IsGet ( this request ) : bool
request this
Résultat bool

IsPost() public static méthode

public static IsPost ( this request ) : bool
request this
Résultat bool

IsPut() public static méthode

public static IsPut ( this request ) : bool
request this
Résultat bool