C# Class SpaStack.NET.App_Start.PathFixODataBatchHandler

Inheritance: System.Web.Http.OData.Batch.DefaultODataBatchHandler
显示文件 Open project: ntheile/SpaStack.NET

Public Methods

Method Description
ExecuteRequestMessagesAsync ( IEnumerable requests, CancellationToken cancellationToken ) : Task>
PathFixODataBatchHandler ( System.Web.Http.HttpServer httpServer ) : System

Private Methods

Method Description
fixRequestUri ( System.Web.Http.OData.Batch.ODataBatchRequestItem request ) : void

Method Details

ExecuteRequestMessagesAsync() public method

public ExecuteRequestMessagesAsync ( IEnumerable requests, CancellationToken cancellationToken ) : Task>
requests IEnumerable
cancellationToken System.Threading.CancellationToken
return Task>

PathFixODataBatchHandler() public method

public PathFixODataBatchHandler ( System.Web.Http.HttpServer httpServer ) : System
httpServer System.Web.Http.HttpServer
return System