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

Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

Méthode Description
Append ( byte segment ) : void
ByteBuffer ( int maxLength ) : System
GetByteArray ( ) : byte[]
GetString ( ) : string

Method Details

Append() public méthode

public Append ( byte segment ) : void
segment byte
Résultat void

ByteBuffer() public méthode

public ByteBuffer ( int maxLength ) : System
maxLength int
Résultat System

GetByteArray() public méthode

public GetByteArray ( ) : byte[]
Résultat byte[]

GetString() public méthode

public GetString ( ) : string
Résultat string