C# Class Ultralight.Client.Transport.WebTransportTransport

Websocket wrapper
Inheritance: ITransport
Mostra file Open project: ernstnaezer/ultralight

Public Methods

Method Description
Close ( ) : void
Connect ( ) : void
Send ( string message ) : void
WebTransportTransport ( string address ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

Send() public method

public Send ( string message ) : void
message string
return void

WebTransportTransport() public method

public WebTransportTransport ( string address ) : System
address string
return System