C# Class iSpyApplication.Server.HttpRequest

Afficher le fichier Open project: ispysoftware/iSpy Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Destroy ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

BytesRead public_oe property

public int BytesRead
Résultat int

EndPoint public_oe property

public IPEndPoint,System.Net EndPoint
Résultat System.Net.IPEndPoint

RestartableStream public_oe property

public RestartableReadStream,iSpyApplication.Server RestartableStream
Résultat iSpyApplication.Server.RestartableReadStream

Stream public_oe property

public Stream,System.IO Stream
Résultat System.IO.Stream

TcpClient public_oe property

public TcpClient,System.Net.Sockets TcpClient
Résultat System.Net.Sockets.TcpClient

UTF8 public_oe property

public string UTF8
Résultat string