C# Class StoryTeller.Remotes.SocketConnection

Inheritance: IDisposable, ISocketConnection
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
SendMessage ( string json ) : void
SocketConnection ( int port, bool owner, string>.Action onReceived ) : System
startReceiving ( bool owner ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SendMessage() public méthode

public SendMessage ( string json ) : void
json string
Résultat void

SocketConnection() public méthode

public SocketConnection ( int port, bool owner, string>.Action onReceived ) : System
port int
owner bool
onReceived string>.Action
Résultat System

startReceiving() public méthode

public startReceiving ( bool owner ) : void
owner bool
Résultat void