C# Class URSA.Web.Description.Http.OperationInfo

Inheritance: URSA.Web.Description.OperationInfo
Afficher le fichier Open project: alien-mcl/URSA Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OperationInfo ( MethodInfo underlyingMethod, Verb verb, Uri uri, Regex templateRegex, string uriTemplate ) : System

Initializes a new instance of the OperationInfo class.

Method Details

OperationInfo() public méthode

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.
Résultat System