C# Class m.Http.EndpointBuilder

Afficher le fichier Open project: joongonn/mHttp Class Usage Examples

Private Properties

Свойство Type Description
EndpointBuilder System

Méthodes publiques

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

Méthode Description
EndpointBuilder ( Method method, string route ) : System

Method Details

With() public méthode

public With ( DirectoryInfo dirInfo ) : Endpoint
dirInfo System.IO.DirectoryInfo
Résultat Endpoint

With() public méthode

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

With() public méthode

public With ( Func f ) : Endpoint
f Func
Résultat Endpoint

With() public méthode

public With ( HttpResponse>.Func f ) : Endpoint
f HttpResponse>.Func
Résultat Endpoint

WithAction() public méthode

public WithAction ( System.Action a ) : Endpoint
a System.Action
Résultat Endpoint

WithAction() public méthode

public WithAction ( Action a ) : Endpoint
a Action
Résultat Endpoint

WithAsync() public méthode

public WithAsync ( Func f ) : Endpoint
f Func
Résultat Endpoint

WithAsyncAction() public méthode

public WithAsyncAction ( Task>.Func a ) : Endpoint
a Task>.Func
Résultat Endpoint

WithAsyncAction() public méthode

public WithAsyncAction ( Func a ) : Endpoint
a Func
Résultat Endpoint