Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
AspNet
SignalR
Infrastructure
ByteBuffer
C# 클래스 Microsoft.AspNet.SignalR.Infrastructure.ByteBuffer
파일 보기
프로젝트 열기: SignalR/SignalR
공개 메소드들
메소드
설명
Append
(
byte
segment
) :
void
ByteBuffer
(
int
maxLength
) :
System
GetByteArray
( ) :
byte[]
GetString
( ) :
string
메소드 상세
Append()
공개
메소드
public
Append
(
byte
segment
) :
void
segment
byte
리턴
void
ByteBuffer()
공개
메소드
public
ByteBuffer
(
int
maxLength
) :
System
maxLength
int
리턴
System
GetByteArray()
공개
메소드
public
GetByteArray
( ) :
byte[]
리턴
byte[]
GetString()
공개
메소드
public
GetString
( ) :
string
리턴
string