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
Microsoft
AspNetCore
SignalR
Infrastructure
ByteBuffer
C# Class Microsoft.AspNetCore.SignalR.Infrastructure.ByteBuffer
Mostrar archivo
Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript
Public Methods
Method
Description
Append
(
byte
segment
) :
void
ByteBuffer
(
int
maxLength
) :
System
GetByteArray
( ) :
byte[]
GetString
( ) :
string
Method Details
Append()
public
method
public
Append
(
byte
segment
) :
void
segment
byte
return
void
ByteBuffer()
public
method
public
ByteBuffer
(
int
maxLength
) :
System
maxLength
int
return
System
GetByteArray()
public
method
public
GetByteArray
( ) :
byte[]
return
byte[]
GetString()
public
method
public
GetString
( ) :
string
return
string