프로퍼티 | 타입 | 설명 | |
---|---|---|---|
seriousBusiness |
메소드 | 설명 | |
---|---|---|
CloseAll ( ) : void | ||
FindOrCreateWhisperWindow ( Conversation conversation, Participant participant, string info ) : |
||
FindWhisperWindow ( Conversation conversation, Participant participant ) : |
||
HandleWhisper ( Conversation conversation, Participant participant, string text ) : bool | ||
InitiateWhisperHandshake ( Conversation conversation, Participant participant ) : bool | ||
SendWhisper ( Conversation conversation, Participant participant, string text ) : string | ||
ShhWrap ( string data ) : string | ||
WhisperCat ( |
메소드 | 설명 | |
---|---|---|
CompleteWhisperHandshake ( Conversation conversation, Participant participant, byte keyBlob ) : bool | ||
ExtractWhisper ( Conversation conversation, Participant participant, byte textBlob, string cipherText ) : bool | ||
SendWhisperData ( Conversation conversation, string whisperText ) : void | ||
SendWhisperHandshake ( Conversation conversation, byte data ) : void |
public FindOrCreateWhisperWindow ( Conversation conversation, Participant participant, string info ) : |
||
conversation | Conversation | |
participant | Participant | |
info | string | |
리턴 |
public FindWhisperWindow ( Conversation conversation, Participant participant ) : |
||
conversation | Conversation | |
participant | Participant | |
리턴 |
public HandleWhisper ( Conversation conversation, Participant participant, string text ) : bool | ||
conversation | Conversation | |
participant | Participant | |
text | string | |
리턴 | bool |
public InitiateWhisperHandshake ( Conversation conversation, Participant participant ) : bool | ||
conversation | Conversation | |
participant | Participant | |
리턴 | bool |
public SendWhisper ( Conversation conversation, Participant participant, string text ) : string | ||
conversation | Conversation | |
participant | Participant | |
text | string | |
리턴 | string |
public WhisperCat ( |
||
seriousBusiness | ||
리턴 | System |