Skip to main content

IRestPath

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRestPath

Properties

IsWildCardPath

View Source
Declaration
bool IsWildCardPath { get; }

RequestType

View Source
Declaration
Type RequestType { get; }

Methods

CreateRequest(String, Dictionary<String, String>, Object)

View Source
Declaration
object CreateRequest(string pathInfo, Dictionary<string, string> queryStringAndFormData, object fromInstance)
Returns

System.Object

Parameters
TypeName
System.StringpathInfo
System.Collections.Generic.Dictionary<System.String,System.String>queryStringAndFormData
System.ObjectfromInstance