C# Class Statsd.UDPTransport

Inheritance: ITransport
显示文件 Open project: appfirst/statsd_clients

Public Properties

Property Type Description
Hostname string
Port int

Public Methods

Method Description
Send ( string message ) : bool

Method Details

Send() public method

public Send ( string message ) : bool
message string
return bool

Property Details

Hostname public_oe property

public string Hostname
return string

Port public_oe property

public int Port
return int