C# Class StatsdClient.StatsdTCPClient

Inheritance: StatsdClient.Address, IStatsdClient
Mostra file Open project: Pereingo/statsd-csharp-client Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Send ( byte encodedCommand ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Send() public method

public Send ( string command ) : void
command string
return void

StatsdTCPClient() public method

public StatsdTCPClient ( string name, int port = 8125 ) : System
name string
port int
return System