C# Class LogentriesCore.Net.LeClient

Show file Open project: palette-software/le_dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

LeClient() public method

public LeClient ( bool useHttpPut, bool useSsl, bool useDataHub, String serverAddr, int port ) : System
useHttpPut bool
useSsl bool
useDataHub bool
serverAddr String
port int
return System

SetSocketKeepAliveValues() public method

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

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void