C# 클래스 Microsoft.AspNetCore.SignalR.Infrastructure.ByteBuffer

파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

공개 메소드들

메소드 설명
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