C# Class Signal.Messages.OutgoingEncryptedMessage

Inheritance: OutgoingTextMessage
Afficher le fichier Open project: smndtrl/Signal-UWP Class Usage Examples

Méthodes publiques

Méthode Description
OutgoingEncryptedMessage ( Recipients recipients, string body ) : System
withBody ( string body ) : OutgoingTextMessage

Private Methods

Méthode Description
OutgoingEncryptedMessage ( OutgoingEncryptedMessage message, string body ) : System

Method Details

OutgoingEncryptedMessage() public méthode

public OutgoingEncryptedMessage ( Recipients recipients, string body ) : System
recipients TextSecure.recipient.Recipients
body string
Résultat System

withBody() public méthode

public withBody ( string body ) : OutgoingTextMessage
body string
Résultat OutgoingTextMessage