C# 클래스 CoreTweet.Core.FileMultipartItem

상속: MultipartItem
파일 보기 프로젝트 열기: CoreTweet/CoreTweet

공개 메소드들

메소드 설명
WriteTo ( Stream stream ) : void

보호된 메소드들

메소드 설명
FileMultipartItem ( string key ) : System
WriteContent ( Stream stream ) : void

메소드 상세

FileMultipartItem() 보호된 메소드

protected FileMultipartItem ( string key ) : System
key string
리턴 System

WriteContent() 보호된 추상적인 메소드

protected abstract WriteContent ( Stream stream ) : void
stream Stream
리턴 void

WriteTo() 공개 메소드

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