C# 클래스 HitProxy.Connection.StreamExtensions

파일 보기 프로젝트 열기: hultqvist/HitProxy

공개 메소드들

메소드 설명
PipeTo ( this source, Stream output ) : int

Send all data from incoming socket to output. Buffer is assumed to be empty.

PipeTo ( this source, Stream output, long length ) : void

Send length bytes of data from incoming socket to output. Buffer is assumed to be empty.

메소드 상세

PipeTo() 공개 정적인 메소드

Send all data from incoming socket to output. Buffer is assumed to be empty.
public static PipeTo ( this source, Stream output ) : int
source this
output Stream
리턴 int

PipeTo() 공개 정적인 메소드

Send length bytes of data from incoming socket to output. Buffer is assumed to be empty.
public static PipeTo ( this source, Stream output, long length ) : void
source this
output Stream
length long
리턴 void