IApiRoute
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.HttpApi
- Ancestry: IApiRoute
Properties
MethodName
property MethodName: String read;
String MethodName { get; }
ReadOnly Property MethodName() As String
MethodParameters
property MethodParameters: IList<String> read;
IList<String> MethodParameters { get; }
ReadOnly Property MethodParameters() As IList<String>
RequestMethod
property RequestMethod: ApiRequestMethod read;
ApiRequestMethod RequestMethod { get; }
ReadOnly Property RequestMethod() As ApiRequestMethod
RequestPath
property RequestPath: IList<String> read;
IList<String> RequestPath { get; }
ReadOnly Property RequestPath() As IList<String>
ResponseCode
property ResponseCode: HttpStatusCode read;
HttpStatusCode ResponseCode { get; }
ReadOnly Property ResponseCode() As HttpStatusCode
RouteParameters
property RouteParameters: IList<ApiParameter> read;
IList<ApiParameter> RouteParameters { get; }
ReadOnly Property RouteParameters() As IList<ApiParameter>
ServiceName
property ServiceName: String read;
String ServiceName { get; }
ReadOnly Property ServiceName() As String