Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ type As TlsDebugEventType, _ source As TlsDebugEventSource, _ level As TlsDebugLevel, _ buffer As Byte(), _ offset As Integer, _ count As Integer _ ) |
C# |
---|
public TlsDebugEventArgs( TlsDebugEventType type, TlsDebugEventSource source, TlsDebugLevel level, byte[] buffer, int offset, int count ) |
Parameters
- type
- Type: Rebex.Net..::..TlsDebugEventType
- source
- Type: Rebex.Net..::..TlsDebugEventSource
- level
- Type: Rebex.Net..::..TlsDebugLevel
- buffer
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- count
- Type: System..::..Int32