C# Class iSpyApplication.Server.HttpRequest

Mostrar archivo 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_oe property

public byte[] Buffer
return byte[]

BytesRead public_oe property

public int BytesRead
return int

EndPoint public_oe property

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

RestartableStream public_oe property

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

Stream public_oe property

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

TcpClient public_oe property

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

UTF8 public_oe property

public string UTF8
return string