C# Class LogentriesCore.Net.LeClient

Afficher le fichier Open project: palette-software/le_dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( ) : void
Flush ( ) : void
LeClient ( bool useHttpPut, bool useSsl, bool useDataHub, String serverAddr, int port ) : System
SetSocketKeepAliveValues ( TcpClient tcpc, int KeepAliveTime, int KeepAliveInterval ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LeClient() public méthode

public LeClient ( bool useHttpPut, bool useSsl, bool useDataHub, String serverAddr, int port ) : System
useHttpPut bool
useSsl bool
useDataHub bool
serverAddr String
port int
Résultat System

SetSocketKeepAliveValues() public méthode

public SetSocketKeepAliveValues ( TcpClient tcpc, int KeepAliveTime, int KeepAliveInterval ) : void
tcpc System.Net.Sockets.TcpClient
KeepAliveTime int
KeepAliveInterval int
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void