C# Class Statsd.UDPTransport

Inheritance: ITransport
Afficher le fichier Open project: appfirst/statsd_clients

Méthodes publiques

Свойство Type Description
Hostname string
Port int

Méthodes publiques

Méthode Description
Send ( string message ) : bool

Method Details

Send() public méthode

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

Property Details

Hostname public_oe property

public string Hostname
Résultat string

Port public_oe property

public int Port
Résultat int