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
Microsoft
AspNet
SignalR
Infrastructure
ByteBuffer
C# Class Microsoft.AspNet.SignalR.Infrastructure.ByteBuffer
Afficher le fichier
Open project: SignalR/SignalR
Méthodes publiques
Méthode
Description
Append
(
byte
segment
) :
void
ByteBuffer
(
int
maxLength
) :
System
GetByteArray
( ) :
byte[]
GetString
( ) :
string
Method Details
Append()
public
méthode
public
Append
(
byte
segment
) :
void
segment
byte
Résultat
void
ByteBuffer()
public
méthode
public
ByteBuffer
(
int
maxLength
) :
System
maxLength
int
Résultat
System
GetByteArray()
public
méthode
public
GetByteArray
( ) :
byte[]
Résultat
byte[]
GetString()
public
méthode
public
GetString
( ) :
string
Résultat
string