C# 클래스 Microsoft.Http.HttpContent.BytesContent

상속: Content
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
BytesContent ( byte bytes ) : System
ReadAsBytes ( long length ) : byte[]
ReadAsStream ( ) : Stream
ToString ( ) : string

보호된 메소드들

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

메소드 상세

BytesContent() 공개 메소드

public BytesContent ( byte bytes ) : System
bytes byte
리턴 System

ReadAsBytes() 공개 최종 메소드

public final ReadAsBytes ( long length ) : byte[]
length long
리턴 byte[]

ReadAsStream() 공개 최종 메소드

public final ReadAsStream ( ) : Stream
리턴 Stream

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteTo() 보호된 최종 메소드

protected final WriteTo ( Stream other ) : void
other Stream
리턴 void