C# Class StatsdClient.StatsdTCPClient

Inheritance: StatsdClient.Address, IStatsdClient
Afficher le fichier Open project: Pereingo/statsd-csharp-client Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Send ( string command ) : void
StatsdTCPClient ( string name, int port = 8125 ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Send ( byte encodedCommand ) : 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

Send() public méthode

public Send ( string command ) : void
command string
Résultat void

StatsdTCPClient() public méthode

public StatsdTCPClient ( string name, int port = 8125 ) : System
name string
port int
Résultat System