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

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

공개 메소드들

메소드 설명
Close ( ) : void
ReadAsBytes ( long length ) : byte[]
ReadAsStream ( ) : Stream
ToString ( ) : string
WriteTo ( Stream other, long length ) : void

보호된 메소드들

메소드 설명
CreateMemoryStreamWithWriteTo ( long length ) : MemoryStream
WriteTo ( Stream other ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateMemoryStreamWithWriteTo() 보호된 메소드

protected CreateMemoryStreamWithWriteTo ( long length ) : MemoryStream
length long
리턴 System.IO.MemoryStream

ReadAsBytes() 공개 메소드

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

ReadAsStream() 공개 추상적인 메소드

public abstract ReadAsStream ( ) : Stream
리턴 Stream

ToString() 공개 추상적인 메소드

public abstract ToString ( ) : string
리턴 string

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

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

WriteTo() 공개 메소드

public WriteTo ( Stream other, long length ) : void
other Stream
length long
리턴 void