C# Class bitmessage.network.NetworkAddress

Show file Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Property Type Description
GetFromAddrList NetworkAddress

Public Methods

Method Description
NetworkAddress ( ) : System
NetworkAddress ( string host, UInt16 port ) : System
SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
ToString ( ) : string

Private Methods

Method Description
GetFromAddrList ( byte addrList, int &pos ) : NetworkAddress

Method Details

NetworkAddress() public method

public NetworkAddress ( ) : System
return System

NetworkAddress() public method

public NetworkAddress ( string host, UInt16 port ) : System
host string
port System.UInt16
return System

SaveAsync() public method

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
return Task

ToString() public method

public ToString ( ) : string
return string