C# 클래스 UnityHTTP.StreamedWWWForm

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

공개 프로퍼티들

프로퍼티 타입 설명
stream FormDataStream

공개 메소드들

메소드 설명
AddBinaryData ( string fieldName, Stream contents = null, string mimeType = null ) : void
AddBinaryData ( string fieldName, byte contents = null, string mimeType = null ) : void
AddField ( string fieldName, string fieldValue ) : void
AddFile ( string fieldName, string path, string mimeType = null ) : void
StreamedWWWForm ( ) : System

메소드 상세

AddBinaryData() 공개 메소드

public AddBinaryData ( string fieldName, Stream contents = null, string mimeType = null ) : void
fieldName string
contents Stream
mimeType string
리턴 void

AddBinaryData() 공개 메소드

public AddBinaryData ( string fieldName, byte contents = null, string mimeType = null ) : void
fieldName string
contents byte
mimeType string
리턴 void

AddField() 공개 메소드

public AddField ( string fieldName, string fieldValue ) : void
fieldName string
fieldValue string
리턴 void

AddFile() 공개 메소드

public AddFile ( string fieldName, string path, string mimeType = null ) : void
fieldName string
path string
mimeType string
리턴 void

StreamedWWWForm() 공개 메소드

public StreamedWWWForm ( ) : System
리턴 System

프로퍼티 상세

stream 공개적으로 프로퍼티

public FormDataStream stream
리턴 FormDataStream