C# Class Signal.Messages.OutgoingEncryptedMessage

Inheritance: OutgoingTextMessage
Mostra file Open project: smndtrl/Signal-UWP Class Usage Examples

Public Methods

Method Description
OutgoingEncryptedMessage ( Recipients recipients, string body ) : System
withBody ( string body ) : OutgoingTextMessage

Private Methods

Method Description
OutgoingEncryptedMessage ( OutgoingEncryptedMessage message, string body ) : System

Method Details

OutgoingEncryptedMessage() public method

public OutgoingEncryptedMessage ( Recipients recipients, string body ) : System
recipients TextSecure.recipient.Recipients
body string
return System

withBody() public method

public withBody ( string body ) : OutgoingTextMessage
body string
return OutgoingTextMessage