IRestRequest
is defined in the Telligent.Evolution.Extensibility.Rest.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IRestRequest { NameValueCollection Form { get; } IDictionary<string,Object> PathParameters { get; } HttpRequestBase Request { get; } int UserId { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Form | NameValueCollection | |||
PathParameters | IDictionary<string,Object> | |||
Request | HttpRequestBase | |||
UserId | int |