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