C# 클래스 Signal.Messages.OutgoingEncryptedMessage

상속: OutgoingTextMessage
파일 보기 프로젝트 열기: smndtrl/Signal-UWP 1 사용 예제들

공개 메소드들

메소드 설명
OutgoingEncryptedMessage ( Recipients recipients, string body ) : System
withBody ( string body ) : OutgoingTextMessage

비공개 메소드들

메소드 설명
OutgoingEncryptedMessage ( OutgoingEncryptedMessage message, string body ) : System

메소드 상세

OutgoingEncryptedMessage() 공개 메소드

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

withBody() 공개 메소드

public withBody ( string body ) : OutgoingTextMessage
body string
리턴 OutgoingTextMessage