C# Class Deluge.Deluge

Show file Open project: voltagex/junkcode

Public Methods

Method Description
Main ( String args ) : int
ReadBytesFromFile ( ) : string
StringToByteArray ( string hex ) : byte[]

Private Methods

Method Description
ConnectAsTcpClient ( ) : void
HandleError ( RPCErrorMessage e ) : void
Test ( ) : void

Method Details

Main() public static method

public static Main ( String args ) : int
args String
return int

ReadBytesFromFile() public static method

public static ReadBytesFromFile ( ) : string
return string

StringToByteArray() public static method

public static StringToByteArray ( string hex ) : byte[]
hex string
return byte[]