Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CreatingObservables
Chat
ChatConnection
C# Class CreatingObservables.Chat.ChatConnection
Inheritance:
IChatConnection
Datei anzeigen
Open project: tamirdresher/RxInAction
Class Usage Examples
Public Methods
Method
Description
Disconnect
( ) :
void
NotifyClosed
( ) :
void
NotifyError
( ) :
void
NotifyRecieved
(
string
msg
) :
void
Method Details
Disconnect()
public
method
public
Disconnect
( ) :
void
return
void
NotifyClosed()
public
method
public
NotifyClosed
( ) :
void
return
void
NotifyError()
public
method
public
NotifyError
( ) :
void
return
void
NotifyRecieved()
public
method
public
NotifyRecieved
(
string
msg
) :
void
msg
string
return
void