Method | Description | |
---|---|---|
ConvertTicksToMs ( long ticks, long fequency ) : int | ||
IsHostname ( string value ) : bool | ||
LookupIpAddress ( string hostname ) : |
||
ParseAddress ( string ipAddressOrHostname ) : |
||
ToMetricKey ( this uri ) : string | ||
ToUnderscores ( this camelCased ) : string |
public static ConvertTicksToMs ( long ticks, long fequency ) : int | ||
ticks | long | |
fequency | long | |
return | int |
public static IsHostname ( string value ) : bool | ||
value | string | |
return | bool |
public static LookupIpAddress ( string hostname ) : |
||
hostname | string | |
return |
public static ParseAddress ( string ipAddressOrHostname ) : |
||
ipAddressOrHostname | string | |
return |
public static ToMetricKey ( this uri ) : string | ||
uri | this | |
return | string |
public static ToUnderscores ( this camelCased ) : string | ||
camelCased | this | |
return | string |