C# Class SocketIO.Client.Client

Datei anzeigen Open project: joeandaverde/socket.io-csharp-client

Protected Properties

Property Type Description
handshakeResponse string
isConnected bool

Private Methods

Method Description
Setup ( ) : void
TearDown ( ) : void
WhenAnEventComesIn_ItShouldExecuteEventListeners ( ) : void
WhenEmitOnASpecificNamespace_ItShouldSendTheCorrectPacket ( ) : void
WhenEmitOnTheClient_ItShouldBeEmittedWithTheDefaultNamespace ( ) : void
WhenEmitOnTheDefaultNamespace_ItShouldSendTheCorrectPacket ( ) : void
WhenEmitWithMultipleArgs_ItShouldSendTheCorrectPacket ( ) : void
WhenTheClientConnects_ItShouldRaiseTheConnectedEvent ( ) : void
WhenTheClientDisconnects_ItShouldRaiseTheDisconnectEvent ( ) : void

Property Details

handshakeResponse protected_oe property

protected string handshakeResponse
return string

isConnected protected_oe property

protected bool isConnected
return bool