C# 클래스 iSpyApplication.Server.HttpRequest

파일 보기 프로젝트 열기: ispysoftware/iSpy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
BytesRead int
EndPoint System.Net.IPEndPoint
RestartableStream iSpyApplication.Server.RestartableReadStream
Stream System.IO.Stream
TcpClient System.Net.Sockets.TcpClient
UTF8 string

공개 메소드들

메소드 설명
Destroy ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

BytesRead 공개적으로 프로퍼티

public int BytesRead
리턴 int

EndPoint 공개적으로 프로퍼티

public IPEndPoint,System.Net EndPoint
리턴 System.Net.IPEndPoint

RestartableStream 공개적으로 프로퍼티

public RestartableReadStream,iSpyApplication.Server RestartableStream
리턴 iSpyApplication.Server.RestartableReadStream

Stream 공개적으로 프로퍼티

public Stream,System.IO Stream
리턴 System.IO.Stream

TcpClient 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets TcpClient
리턴 System.Net.Sockets.TcpClient

UTF8 공개적으로 프로퍼티

public string UTF8
리턴 string