C# Класс URSA.Web.Description.Http.OperationInfo

Наследование: URSA.Web.Description.OperationInfo
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
OperationInfo ( MethodInfo underlyingMethod, Verb verb, Uri uri, Regex templateRegex, string uriTemplate ) : System

Initializes a new instance of the OperationInfo class.

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

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

Initializes a new instance of the OperationInfo class.
public OperationInfo ( MethodInfo underlyingMethod, Verb verb, Uri uri, Regex templateRegex, string uriTemplate ) : System
underlyingMethod System.Reflection.MethodInfo Actual underlying method.
verb Verb An HTTP verb for given operation
uri System.Uri Base relative uri of the method without arguments.
templateRegex System.Text.RegularExpressions.Regex Uri template regular expression.
uriTemplate string Relative uri template with all arguments included.
Результат System