C# Class GSF.Communication.TlsServer.TlsServerPayload

Show file Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
ClientInfo TlsClientInfo
Data byte[]
Length int
Offset int
WaitHandle System.Threading.ManualResetEventSlim

Property Details

ClientInfo public property

public TlsClientInfo ClientInfo
return TlsClientInfo

Data public property

public byte[] Data
return byte[]

Length public property

public int Length
return int

Offset public property

public int Offset
return int

WaitHandle public property

public ManualResetEventSlim,System.Threading WaitHandle
return System.Threading.ManualResetEventSlim