C# Class Microsoft.AspNetCore.SignalR.Infrastructure.ByteBuffer

Show file 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