C# 클래스 CoreTweet.Core.ByteArrayMultipartItem

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

공개 메소드들

메소드 설명
ByteArrayMultipartItem ( string key, byte content ) : System

보호된 메소드들

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

메소드 상세

ByteArrayMultipartItem() 공개 메소드

public ByteArrayMultipartItem ( string key, byte content ) : System
key string
content byte
리턴 System

WriteContent() 보호된 메소드

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