C# Class NLog.Contrib.Targets.LogEntries.LogEntriesConnection

Inheritance: IDisposable
Afficher le fichier Open project: vtortola/NLog.Contrib.Targets.LogEntries Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
LogEntriesConnection ( ) : System
Send ( Array data, int count ) : void

Private Methods

Méthode Description
ConfigureSocket ( TcpClient socket ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogEntriesConnection() public méthode

public LogEntriesConnection ( ) : System
Résultat System

Send() public méthode

public Send ( Array data, int count ) : void
data Array
count int
Résultat void