C# 클래스 logv.http.AsynStreamCopyCompleteEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: coolya/logv.http

공개 메소드들

메소드 설명
AsynStreamCopyCompleteEventArgs ( Stream input, Stream output ) : System

Initializes a new instance of the AsynStreamCopyCompleteEventArgs class.

메소드 상세

AsynStreamCopyCompleteEventArgs() 공개 메소드

Initializes a new instance of the AsynStreamCopyCompleteEventArgs class.
public AsynStreamCopyCompleteEventArgs ( Stream input, Stream output ) : System
input Stream The input.
output Stream The output.
리턴 System