C# Class iSpyApplication.Server.HttpRequest

Show file Open project: ispysoftware/iSpy Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
BytesRead int
EndPoint System.Net.IPEndPoint
RestartableStream iSpyApplication.Server.RestartableReadStream
Stream System.IO.Stream
TcpClient System.Net.Sockets.TcpClient
UTF8 string

Public Methods

Method Description
Destroy ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Property Details

Buffer public property

public byte[] Buffer
return byte[]

BytesRead public property

public int BytesRead
return int

EndPoint public property

public IPEndPoint,System.Net EndPoint
return System.Net.IPEndPoint

RestartableStream public property

public RestartableReadStream,iSpyApplication.Server RestartableStream
return iSpyApplication.Server.RestartableReadStream

Stream public property

public Stream,System.IO Stream
return System.IO.Stream

TcpClient public property

public TcpClient,System.Net.Sockets TcpClient
return System.Net.Sockets.TcpClient

UTF8 public property

public string UTF8
return string