C# 클래스 System.Web.HttpMultipart

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
HttpMultipart ( Stream data, string b, Encoding encoding ) : System.Text
ReadNextElement ( ) : Element

비공개 메소드들

메소드 설명
CompareBytes ( byte orig, byte other ) : bool
GetContentDispositionAttribute ( string l, string name ) : string
GetContentDispositionAttributeWithEncoding ( string l, string name ) : string
MoveToNextBoundary ( ) : long
ReadBoundary ( ) : bool
ReadHeaders ( ) : string
ReadLine ( ) : string
StripPath ( string path ) : string

메소드 상세

HttpMultipart() 공개 메소드

public HttpMultipart ( Stream data, string b, Encoding encoding ) : System.Text
data System.IO.Stream
b string
encoding System.Text.Encoding
리턴 System.Text

ReadNextElement() 공개 메소드

public ReadNextElement ( ) : Element
리턴 Element