Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Luz
ULib
Net
ConnectionId
C# Class Luz.ULib.Net.ConnectionId
Exibir arquivo
Open project: devluz/webrtcnetwork
Class Usage Examples
Public Properties
Property
Type
Description
INVALID
ConnectionId
id
short
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
ToString
( ) :
string
operator
( ) :
bool
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
ToString()
public
method
public
ToString
( ) :
string
return
string
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
INVALID
public_oe static_oe property
ConnectionId
public
static
ConnectionId,Luz.ULib.Net
INVALID
return
ConnectionId
id
public_oe property
Stores the id as a short.
public
short
id
return
short