Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Ultralight
Client
Transport
WebTransportTransport
C# Class Ultralight.Client.Transport.WebTransportTransport
Websocket wrapper
Inheritance:
ITransport
Mostrar archivo
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