C# Class MCDawn.Heartbeat

显示文件 Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
reservedChars char[]
serverURL string

Public Methods

Method Description
Init ( ) : void
Pump ( Beat type ) : bool
UrlEncode ( string input ) : string

Method Details

Init() public static method

public static Init ( ) : void
return void

Pump() public static method

public static Pump ( Beat type ) : bool
type Beat
return bool

UrlEncode() public static method

public static UrlEncode ( string input ) : string
input string
return string

Property Details

reservedChars public_oe static_oe property

public static char[] reservedChars
return char[]

serverURL public_oe static_oe property

public static string serverURL
return string