C# Class AndroidFayeClient.WebsocketHandler.SessionState

Show file Open project: Connorcpu/XamarinFayeClient

Public Properties

Property Type Description
connected bool
handshake bool
socket WebSocket4Net.WebSocket

Property Details

connected public property

public bool connected
return bool

handshake public property

public bool handshake
return bool

socket public property

public WebSocket,WebSocket4Net socket
return WebSocket4Net.WebSocket