Class DataEventArgs
Wraps the data sent/received by a proxy server instance.
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class DataEventArgs : EventArgs
Properties
Buffer
The buffer with data.
Declaration
public byte[] Buffer { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
Count
Length from offset in Buffer with valid data.
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Offset
Offset in Buffer where valid data begins.
Declaration
public int Offset { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |