C# 클래스 Fu.Services.Web.MultipartParser

상속: IDisposable
파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 프로퍼티들

프로퍼티 타입 설명
DefaultContentType System.Net.Mime.ContentType
DefaultDisposition System.Net.Mime.ContentDisposition

공개 메소드들

메소드 설명
Dispose ( ) : void
MultipartParser ( Stream input, Encoding encoding, byte boundary ) : System
Parse ( ) : void

비공개 메소드들

메소드 설명
checkBoundary ( int startOffset, int endOffset ) : Boundary
readBoundary ( ) : Boundary
readFileContent ( Stream outputStream ) : Boundary
readHeaderLine ( ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MultipartParser() 공개 메소드

public MultipartParser ( Stream input, Encoding encoding, byte boundary ) : System
input Stream
encoding System.Text.Encoding
boundary byte
리턴 System

Parse() 공개 메소드

public Parse ( ) : void
리턴 void

프로퍼티 상세

DefaultContentType 공개적으로 정적으로 프로퍼티

public static ContentType,System.Net.Mime DefaultContentType
리턴 System.Net.Mime.ContentType

DefaultDisposition 공개적으로 정적으로 프로퍼티

public static ContentDisposition,System.Net.Mime DefaultDisposition
리턴 System.Net.Mime.ContentDisposition