C# Класс AngleSharp.Io.Extensions.GeneralExtensions

Some general extension methods.
Показать файл Открыть проект

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

Метод Описание
Forget ( this task ) : void

Forgets the given task. Exceptions are ignored and continuations are pointless.

Stringify ( this method ) : String

Returns the string representation for the specified HTTP method.

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

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

Forgets the given task. Exceptions are ignored and continuations are pointless.
public static Forget ( this task ) : void
task this The task to forget after firing.
Результат void

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

Returns the string representation for the specified HTTP method.
public static Stringify ( this method ) : String
method this The type of HTTP method to stringify.
Результат String