C# Class AngleSharp.Io.Extensions.GeneralExtensions

Some general extension methods.
Mostra file Open project: AngleSharp/AngleSharp.Io

Public Methods

Method 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 method

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.
return void

Stringify() public static method

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