C# Класс org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPMappingAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
HTTPMappingAttribute ( HTTPMethod HTTPMethod, String UriTemplate ) : System

Generates a new HTTP mapping.

HTTPMappingAttribute ( HTTPMethods HTTPMethod, String UriTemplate ) : System

Generates a new HTTP mapping.

HTTPMappingAttribute ( String HTTPMethodString, String UriTemplate ) : System

Generates a new HTTP mapping.

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

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

Generates a new HTTP mapping.
public HTTPMappingAttribute ( HTTPMethod HTTPMethod, String UriTemplate ) : System
HTTPMethod HTTPMethod The HTTP method of this HTTP mapping.
UriTemplate String The URI template of this HTTP mapping.
Результат System

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

Generates a new HTTP mapping.
public HTTPMappingAttribute ( HTTPMethods HTTPMethod, String UriTemplate ) : System
HTTPMethod HTTPMethods The HTTP method of this HTTP mapping.
UriTemplate String The URI template of this HTTP mapping.
Результат System

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

Generates a new HTTP mapping.
public HTTPMappingAttribute ( String HTTPMethodString, String UriTemplate ) : System
HTTPMethodString String The HTTP method of this HTTP mapping.
UriTemplate String The URI template of this HTTP mapping.
Результат System