C# 클래스 ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper.HttpMultipart

파일 보기 프로젝트 열기: firstsee/ServiceStack

공개 메소드들

메소드 설명
HttpMultipart ( Stream data, string b, Encoding encoding ) : System
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
data Stream
b string
encoding System.Text.Encoding
리턴 System

ReadNextElement() 공개 메소드

public ReadNextElement ( ) : Element
리턴 Element