C# 클래스 UnityHTTP.FormPart

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

공개 메소드들

메소드 설명
Dispose ( ) : void
FormPart ( string fieldName, string mimeType, string boundary, Stream contents, string fileName = null ) : System
Read ( byte buffer, int offset, int size ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FormPart() 공개 메소드

public FormPart ( string fieldName, string mimeType, string boundary, Stream contents, string fileName = null ) : System
fieldName string
mimeType string
boundary string
contents Stream
fileName string
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
리턴 int