C# 클래스 SIREDocumentImporter.FilePart

상속: MimePart
파일 보기 프로젝트 열기: Granicus/SIREDocumentImporter 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( Stream stream ) : void
FilePart ( Stream input, String name, String contentType ) : System

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( Stream stream ) : void
stream Stream
리턴 void

FilePart() 공개 메소드

public FilePart ( Stream input, String name, String contentType ) : System
input Stream
name String
contentType String
리턴 System