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
AspNet
SignalR
Client
Transports
ServerSentEvents
ChunkBuffer
C# Class Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents.ChunkBuffer
Mostrar archivo
Open project: SignalR/SignalR
Class Usage Examples
Public Methods
Method
Description
Add
(
ArraySegment
buffer
) :
void
Add
(
byte
buffer
,
int
length
) :
void
ChunkBuffer
( ) :
System
ReadLine
( ) :
string
Method Details
Add()
public
method
public
Add
(
ArraySegment
buffer
) :
void
buffer
ArraySegment
return
void
Add()
public
method
public
Add
(
byte
buffer
,
int
length
) :
void
buffer
byte
length
int
return
void
ChunkBuffer()
public
method
public
ChunkBuffer
( ) :
System
return
System
ReadLine()
public
method
public
ReadLine
( ) :
string
return
string