C# Class SpaStack.NET.App_Start.PathFixODataBatchHandler

Inheritance: System.Web.Http.OData.Batch.DefaultODataBatchHandler
Afficher le fichier Open project: ntheile/SpaStack.NET

Méthodes publiques

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

Private Methods

Méthode Description
fixRequestUri ( System.Web.Http.OData.Batch.ODataBatchRequestItem request ) : void

Method Details

ExecuteRequestMessagesAsync() public méthode

public ExecuteRequestMessagesAsync ( IEnumerable requests, CancellationToken cancellationToken ) : Task>
requests IEnumerable
cancellationToken System.Threading.CancellationToken
Résultat Task>

PathFixODataBatchHandler() public méthode

public PathFixODataBatchHandler ( System.Web.Http.HttpServer httpServer ) : System
httpServer System.Web.Http.HttpServer
Résultat System