C# 클래스 AngleSharp.Io.Extensions.GeneralExtensions

Some general extension methods.
파일 보기 프로젝트 열기: AngleSharp/AngleSharp.Io

공개 메소드들

메소드 설명
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