Skip to main content

JsvReplyHandler

Assembly: ServiceStack.dll
View Source
Declaration
public class JsvReplyHandler : GenericHandler, IHttpAsyncHandler, IHttpHandler, IServiceStackHandler, IRequestHttpHandler

Inherited Properties

ContentTypeAttribute

View Source
Declaration
public RequestAttributes ContentTypeAttribute { get; set; }

HandlerContentType

View Source
Declaration
public string HandlerContentType { get; set; }

Methods

ProcessRequestAsync(IRequest, IResponse, String)

View Source
Declaration
public override async Task ProcessRequestAsync(IRequest httpReq, IResponse httpRes, string operationName)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
ServiceStack.Web.IRequesthttpReq
ServiceStack.Web.IResponsehttpRes
System.StringoperationName

Inherited Methods

CreateRequestAsync(IRequest, String)

View Source
Declaration
public async Task<object> CreateRequestAsync(IRequest req, string operationName)
Returns

System.Threading.Tasks.Task<System.Object>

Parameters
TypeName
ServiceStack.Web.IRequestreq
System.StringoperationName

ProcessRequestAsync(IRequest, IResponse, String)

View Source
Declaration
public override async Task ProcessRequestAsync(IRequest httpReq, IResponse httpRes, string operationName)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
ServiceStack.Web.IRequesthttpReq
ServiceStack.Web.IResponsehttpRes
System.StringoperationName

RunAsAsync()

View Source
Declaration
public override bool RunAsAsync()
Returns

System.Boolean

Implements