C# Class AngleSharp.Io.Extensions.GeneralExtensions

Some general extension methods.
Afficher le fichier Open project: AngleSharp/AngleSharp.Io

Méthodes publiques

Méthode Description
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.

Method Details

Forget() public static méthode

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.
Résultat void

Stringify() public static méthode

Returns the string representation for the specified HTTP method.
public static Stringify ( this method ) : String
method this The type of HTTP method to stringify.
Résultat String