IServiceStackRequestService
Members
Namespace: ASPSecurityKit.ServiceStack
Assembly: ASPSecurityKit.ServiceStack.dll
Summary
Provides an abstraction to interact with service stack request/response objects.
Properties
Dto
Summary
Gets the request DTO representing the requested operation.
Value
The request DTO representing the requested operation.
Methods
GetAttribute<TAttribute>(applyTo)
Summary
Gets the specified attribute from the request DTO.
Returns
The specified attribute from the request DTO if found; otherwise, null
.
Parameters
Name | Type | Description |
---|---|---|
applyTo | System.Nullable{ServiceStack.ApplyTo} | The http verb (method). Null indicates to use the verb associated with the current request. |
Generic Types
Name | Description |
---|---|
TAttribute |