Property | Type | Description | |
---|---|---|---|
seriousBusiness |
Method | Description | |
---|---|---|
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 ( |
Method | Description | |
---|---|---|
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 | |
return |
public FindWhisperWindow ( Conversation conversation, Participant participant ) : |
||
conversation | Conversation | |
participant | Participant | |
return |
public HandleWhisper ( Conversation conversation, Participant participant, string text ) : bool | ||
conversation | Conversation | |
participant | Participant | |
text | string | |
return | bool |
public InitiateWhisperHandshake ( Conversation conversation, Participant participant ) : bool | ||
conversation | Conversation | |
participant | Participant | |
return | bool |
public SendWhisper ( Conversation conversation, Participant participant, string text ) : string | ||
conversation | Conversation | |
participant | Participant | |
text | string | |
return | string |
public static ShhWrap ( string data ) : string | ||
data | string | |
return | string |
public WhisperCat ( |
||
seriousBusiness | ||
return | System |