C# Class Rocket.Chat.Net.Portability.Contracts.PortableWebSocketBase

Exibir arquivo Open project: RocketChat/Rocket.Chat.Net

Public Methods

Method Description
Close ( ) : void
Open ( ) : void
PortableWebSocketBase ( string url ) : System
Send ( string json ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

Open() public abstract method

public abstract Open ( ) : void
return void

PortableWebSocketBase() public method

public PortableWebSocketBase ( string url ) : System
url string
return System

Send() public abstract method

public abstract Send ( string json ) : void
json string
return void