C# 클래스 BusinessCats.WhisperCat

파일 보기 프로젝트 열기: adzm/BusinessCats 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
seriousBusiness SeriousBusinessCat

공개 메소드들

메소드 설명
CloseAll ( ) : void
FindOrCreateWhisperWindow ( Conversation conversation, Participant participant, string info ) : WhisperWindow
FindWhisperWindow ( Conversation conversation, Participant participant ) : WhisperWindow
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 ( SeriousBusinessCat seriousBusiness ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CloseAll() 공개 메소드

public CloseAll ( ) : void
리턴 void

FindOrCreateWhisperWindow() 공개 메소드

public FindOrCreateWhisperWindow ( Conversation conversation, Participant participant, string info ) : WhisperWindow
conversation Conversation
participant Participant
info string
리턴 WhisperWindow

FindWhisperWindow() 공개 메소드

public FindWhisperWindow ( Conversation conversation, Participant participant ) : WhisperWindow
conversation Conversation
participant Participant
리턴 WhisperWindow

HandleWhisper() 공개 메소드

public HandleWhisper ( Conversation conversation, Participant participant, string text ) : bool
conversation Conversation
participant Participant
text string
리턴 bool

InitiateWhisperHandshake() 공개 메소드

public InitiateWhisperHandshake ( Conversation conversation, Participant participant ) : bool
conversation Conversation
participant Participant
리턴 bool

SendWhisper() 공개 메소드

public SendWhisper ( Conversation conversation, Participant participant, string text ) : string
conversation Conversation
participant Participant
text string
리턴 string

ShhWrap() 공개 정적인 메소드

public static ShhWrap ( string data ) : string
data string
리턴 string

WhisperCat() 공개 메소드

public WhisperCat ( SeriousBusinessCat seriousBusiness ) : System
seriousBusiness SeriousBusinessCat
리턴 System

프로퍼티 상세

seriousBusiness 공개적으로 프로퍼티

public SeriousBusinessCat,BusinessCats seriousBusiness
리턴 SeriousBusinessCat