C# Class bitmessage.network.Broadcast

ファイルを表示 Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Property Type Description
GetPayload Payload
Send void

Public Methods

Method Description
Address ( ) : string
Broadcast ( ) : System
Broadcast ( Bitmessage bm ) : System
Broadcast ( Bitmessage bm, Payload payload ) : System
SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
ToString ( ) : string

Private Methods

Method Description
GetPayload ( ) : Payload
Send ( ) : void

Method Details

Address() public method

public Address ( ) : string
return string

Broadcast() public method

public Broadcast ( ) : System
return System

Broadcast() public method

public Broadcast ( Bitmessage bm ) : System
bm Bitmessage
return System

Broadcast() public method

public Broadcast ( Bitmessage bm, Payload payload ) : System
bm Bitmessage
payload Payload
return System

SaveAsync() public method

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

ToString() public method

public ToString ( ) : string
return string