C# 클래스 SpaStack.NET.App_Start.PathFixODataBatchHandler

상속: System.Web.Http.OData.Batch.DefaultODataBatchHandler
파일 보기 프로젝트 열기: ntheile/SpaStack.NET

공개 메소드들

메소드 설명
ExecuteRequestMessagesAsync ( IEnumerable requests, CancellationToken cancellationToken ) : Task>
PathFixODataBatchHandler ( System.Web.Http.HttpServer httpServer ) : System

비공개 메소드들

메소드 설명
fixRequestUri ( System.Web.Http.OData.Batch.ODataBatchRequestItem request ) : void

메소드 상세

ExecuteRequestMessagesAsync() 공개 메소드

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

PathFixODataBatchHandler() 공개 메소드

public PathFixODataBatchHandler ( System.Web.Http.HttpServer httpServer ) : System
httpServer System.Web.Http.HttpServer
리턴 System