C# Class bitmessage.network.Broadcast

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Private Properties

Свойство Type Description
GetPayload Payload
Send void

Méthodes publiques

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

Private Methods

Méthode Description
GetPayload ( ) : Payload
Send ( ) : void

Method Details

Address() public méthode

public Address ( ) : string
Résultat string

Broadcast() public méthode

public Broadcast ( ) : System
Résultat System

Broadcast() public méthode

public Broadcast ( Bitmessage bm ) : System
bm Bitmessage
Résultat System

Broadcast() public méthode

public Broadcast ( Bitmessage bm, Payload payload ) : System
bm Bitmessage
payload Payload
Résultat System

SaveAsync() public méthode

public SaveAsync ( SQLite.SQLiteAsyncConnection db ) : Task
db SQLite.SQLiteAsyncConnection
Résultat Task

ToString() public méthode

public ToString ( ) : string
Résultat string