C# 클래스 Blog.Common.Web.Extensions.InMemoryMultipartFormDataStreamProvider

상속: System.Net.Http.MultipartStreamProvider
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
ExecutePostProcessingAsync ( ) : System.Threading.Tasks.Task

Read the non-file contents as form data.

GetStream ( HttpContent parent, HttpContentHeaders headers ) : Stream

비공개 메소드들

메소드 설명
UnquoteToken ( string token ) : string

Remove bounding quotes on a token if present

메소드 상세

ExecutePostProcessingAsync() 공개 메소드

Read the non-file contents as form data.
public ExecutePostProcessingAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetStream() 공개 메소드

public GetStream ( HttpContent parent, HttpContentHeaders headers ) : Stream
parent System.Net.Http.HttpContent
headers System.Net.Http.Headers.HttpContentHeaders
리턴 Stream