C# Класс LogentriesCore.Net.LeClient

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Connect() публичный Метод

public Connect ( ) : void
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

LeClient() публичный Метод

public LeClient ( bool useHttpPut, bool useSsl, bool useDataHub, String serverAddr, int port ) : System
useHttpPut bool
useSsl bool
useDataHub bool
serverAddr String
port int
Результат System

SetSocketKeepAliveValues() публичный Метод

public SetSocketKeepAliveValues ( TcpClient tcpc, int KeepAliveTime, int KeepAliveInterval ) : void
tcpc System.Net.Sockets.TcpClient
KeepAliveTime int
KeepAliveInterval int
Результат void

Write() публичный Метод

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void