C# Класс m.Http.EndpointBuilder

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EndpointBuilder System

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
EndpointBuilder ( Method method, string route ) : System

Описание методов

With() публичный Метод

public With ( DirectoryInfo dirInfo ) : Endpoint
dirInfo System.IO.DirectoryInfo
Результат Endpoint

With() публичный Метод

public With ( DirectoryInfo dirInfo, HttpResponse>.Func gzipFuncImpl ) : Endpoint
dirInfo System.IO.DirectoryInfo
gzipFuncImpl HttpResponse>.Func
Результат Endpoint

With() публичный Метод

public With ( Func f ) : Endpoint
f Func
Результат Endpoint

With() публичный Метод

public With ( HttpResponse>.Func f ) : Endpoint
f HttpResponse>.Func
Результат Endpoint

WithAction() публичный Метод

public WithAction ( System.Action a ) : Endpoint
a System.Action
Результат Endpoint

WithAction() публичный Метод

public WithAction ( Action a ) : Endpoint
a Action
Результат Endpoint

WithAsync() публичный Метод

public WithAsync ( Func f ) : Endpoint
f Func
Результат Endpoint

WithAsyncAction() публичный Метод

public WithAsyncAction ( Task>.Func a ) : Endpoint
a Task>.Func
Результат Endpoint

WithAsyncAction() публичный Метод

public WithAsyncAction ( Func a ) : Endpoint
a Func
Результат Endpoint