IRestRequest is defined in the Telligent.Evolution.Extensibility.Rest.Version2 namespace of Telligent.Evolution.Platform.dll
IRestRequest
Telligent.Evolution.Extensibility.Rest.Version2
interface IRestRequest { NameValueCollection Form { get; } IDictionary<string,Object> PathParameters { get; } HttpRequestBase Request { get; } int UserId { get; } }
NameValueCollection
IDictionary<string,Object>
HttpRequestBase
int