Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Shadowsocks
Encryption
RNG
C# Class Shadowsocks.Encryption.RNG
Afficher le fichier
Open project: shadowsocks/shadowsocks-windows
Class Usage Examples
Méthodes publiques
Méthode
Description
Close
( ) :
void
GetBytes
(
byte
buf
) :
void
GetBytes
(
byte
buf
,
int
len
) :
void
Init
( ) :
void
Reload
( ) :
void
Method Details
Close()
public
static
méthode
public
static
Close
( ) :
void
Résultat
void
GetBytes()
public
static
méthode
public
static
GetBytes
(
byte
buf
) :
void
buf
byte
Résultat
void
GetBytes()
public
static
méthode
public
static
GetBytes
(
byte
buf
,
int
len
) :
void
buf
byte
len
int
Résultat
void
Init()
public
static
méthode
public
static
Init
( ) :
void
Résultat
void
Reload()
public
static
méthode
public
static
Reload
( ) :
void
Résultat
void