C# Класс NextTests.Mocks.HttpListenerRequestExt

Показать файл Открыть проект

Открытые методы

Метод Описание
GetNameValueCollection ( this request ) : NameValueCollection
IsDelete ( this request ) : bool
IsGet ( this request ) : bool
IsPost ( this request ) : bool
IsPut ( this request ) : bool

Описание методов

GetNameValueCollection() публичный статический Метод

public static GetNameValueCollection ( this request ) : NameValueCollection
request this
Результат System.Collections.Specialized.NameValueCollection

IsDelete() публичный статический Метод

public static IsDelete ( this request ) : bool
request this
Результат bool

IsGet() публичный статический Метод

public static IsGet ( this request ) : bool
request this
Результат bool

IsPost() публичный статический Метод

public static IsPost ( this request ) : bool
request this
Результат bool

IsPut() публичный статический Метод

public static IsPut ( this request ) : bool
request this
Результат bool