C# Class Graphite.Helpers

Afficher le fichier Open project: peschuster/graphite-client

Méthodes publiques

Méthode Description
ConvertTicksToMs ( long ticks, long fequency ) : int
IsHostname ( string value ) : bool
LookupIpAddress ( string hostname ) : IPAddress
ParseAddress ( string ipAddressOrHostname ) : IPAddress
ToMetricKey ( this uri ) : string
ToUnderscores ( this camelCased ) : string

Method Details

ConvertTicksToMs() public static méthode

public static ConvertTicksToMs ( long ticks, long fequency ) : int
ticks long
fequency long
Résultat int

IsHostname() public static méthode

public static IsHostname ( string value ) : bool
value string
Résultat bool

LookupIpAddress() public static méthode

public static LookupIpAddress ( string hostname ) : IPAddress
hostname string
Résultat System.Net.IPAddress

ParseAddress() public static méthode

public static ParseAddress ( string ipAddressOrHostname ) : IPAddress
ipAddressOrHostname string
Résultat System.Net.IPAddress

ToMetricKey() public static méthode

public static ToMetricKey ( this uri ) : string
uri this
Résultat string

ToUnderscores() public static méthode

public static ToUnderscores ( this camelCased ) : string
camelCased this
Résultat string