C# 클래스 LogentriesCore.Net.LeClient

파일 보기 프로젝트 열기: palette-software/le_dotnet 1 사용 예제들

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