C# Class Graphite.Infrastructure.TcpSenderPipe

Inheritance: IPipe, IDisposable
Afficher le fichier Open project: peschuster/graphite-client Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ) : void
Send ( string message ) : bool
TcpSenderPipe ( IPAddress address, int port ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CoreSend ( byte data ) : bool
EnsureConnected ( ) : void
ProcessMessages ( ) : void
RenewClient ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Send() public méthode

public Send ( string message ) : bool
message string
Résultat bool

TcpSenderPipe() public méthode

public TcpSenderPipe ( IPAddress address, int port ) : System
address System.Net.IPAddress
port int
Résultat System