C# Class m.Http.Handlers.Handler

ファイルを表示 Open project: joongonn/mHttp

Public Methods

Method Description
From ( Func f ) : Task>.Func
From ( HttpResponse>.Func f ) : Task>.Func
From ( WebSocketUpgradeResponse>.Func f ) : Task>.Func
FromAction ( System.Action a ) : Task>.Func
FromAction ( Action a ) : Task>.Func
FromAsync ( Func f ) : Task>.Func
FromAsyncAction ( Task>.Func a ) : Task>.Func
FromAsyncAction ( Func f ) : Task>.Func

Method Details

From() public static method

public static From ( Func f ) : Task>.Func
f Func
return Task>.Func

From() public static method

public static From ( HttpResponse>.Func f ) : Task>.Func
f HttpResponse>.Func
return Task>.Func

From() public static method

public static From ( WebSocketUpgradeResponse>.Func f ) : Task>.Func
f WebSocketUpgradeResponse>.Func
return Task>.Func

FromAction() public static method

public static FromAction ( System.Action a ) : Task>.Func
a System.Action
return Task>.Func

FromAction() public static method

public static FromAction ( Action a ) : Task>.Func
a Action
return Task>.Func

FromAsync() public static method

public static FromAsync ( Func f ) : Task>.Func
f Func
return Task>.Func

FromAsyncAction() public static method

public static FromAsyncAction ( Task>.Func a ) : Task>.Func
a Task>.Func
return Task>.Func

FromAsyncAction() public static method

public static FromAsyncAction ( Func f ) : Task>.Func
f Func
return Task>.Func