XmlOneWayHandler
Assembly: ServiceStack.dll
View Source
Declaration
public class XmlOneWayHandler : 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; }
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
| Type | Name | 
|---|---|
| ServiceStack.Web.IRequest | req | 
| System.String | operationName | 
ProcessRequestAsync(IRequest, IResponse, String)
View Source
Declaration
public override async Task ProcessRequestAsync(IRequest httpReq, IResponse httpRes, string operationName)
Returns
System.Threading.Tasks.Task
Parameters
| Type | Name | 
|---|---|
| ServiceStack.Web.IRequest | httpReq | 
| ServiceStack.Web.IResponse | httpRes | 
| System.String | operationName | 
RunAsAsync()
View Source
Declaration
public override bool RunAsAsync()
Returns
System.Boolean
Implements
- System.Web.IHttpAsyncHandler
- System.Web.IHttpHandler
- ServiceStack.Host.Handlers.IServiceStackHandler
- ServiceStack.Host.Handlers.IRequestHttpHandler