C# 클래스 Tanka.FileSystem.WebApi.FlowJS.FlowRequestReader

파일 보기 프로젝트 열기: pekkah/Tanka.FileSystem.WebApi 1 사용 예제들

공개 메소드들

메소드 설명
Create ( NameValueCollection nameValueCollection ) : FlowRequest
ReadGetAsync ( HttpRequestMessage request ) : Task
ReadPostAsync ( FlowRequestContext context, IFileSystem fileSystem ) : Task

비공개 메소드들

메소드 설명
Create ( string>.IDictionary query ) : FlowRequest
String ( string>.IDictionary values, string key, string defaultValue = null ) : string
Ulong ( string>.IDictionary values, string key, ulong defaultValue = null ) : ulong?

메소드 상세

Create() 공개 메소드

public Create ( NameValueCollection nameValueCollection ) : FlowRequest
nameValueCollection System.Collections.Specialized.NameValueCollection
리턴 FlowRequest

ReadGetAsync() 공개 메소드

public ReadGetAsync ( HttpRequestMessage request ) : Task
request System.Net.Http.HttpRequestMessage
리턴 Task

ReadPostAsync() 공개 메소드

public ReadPostAsync ( FlowRequestContext context, IFileSystem fileSystem ) : Task
context FlowRequestContext
fileSystem IFileSystem
리턴 Task