C# Class m.Http.EndpointBuilder

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

Private Properties

Property Type Description
EndpointBuilder System

Public Methods

Method Description
With ( DirectoryInfo dirInfo ) : Endpoint
With ( DirectoryInfo dirInfo, HttpResponse>.Func gzipFuncImpl ) : Endpoint
With ( Func f ) : Endpoint
With ( HttpResponse>.Func f ) : Endpoint
WithAction ( System.Action a ) : Endpoint
WithAction ( Action a ) : Endpoint
WithAsync ( Func f ) : Endpoint
WithAsyncAction ( Task>.Func a ) : Endpoint
WithAsyncAction ( Func a ) : Endpoint

Private Methods

Method Description
EndpointBuilder ( Method method, string route ) : System

Method Details

With() public method

public With ( DirectoryInfo dirInfo ) : Endpoint
dirInfo System.IO.DirectoryInfo
return Endpoint

With() public method

public With ( DirectoryInfo dirInfo, HttpResponse>.Func gzipFuncImpl ) : Endpoint
dirInfo System.IO.DirectoryInfo
gzipFuncImpl HttpResponse>.Func
return Endpoint

With() public method

public With ( Func f ) : Endpoint
f Func
return Endpoint

With() public method

public With ( HttpResponse>.Func f ) : Endpoint
f HttpResponse>.Func
return Endpoint

WithAction() public method

public WithAction ( System.Action a ) : Endpoint
a System.Action
return Endpoint

WithAction() public method

public WithAction ( Action a ) : Endpoint
a Action
return Endpoint

WithAsync() public method

public WithAsync ( Func f ) : Endpoint
f Func
return Endpoint

WithAsyncAction() public method

public WithAsyncAction ( Task>.Func a ) : Endpoint
a Task>.Func
return Endpoint

WithAsyncAction() public method

public WithAsyncAction ( Func a ) : Endpoint
a Func
return Endpoint