C# Class Araqne.Web.WebSocket.ReadContext

Show file Open project: araqne/webfx

Public Properties

Property Type Description
expected int
fragments IList
headerBuffer byte[]
headerReadBytes int
payloadBuffer byte[]
payloadReadBytes int
stage ReadStage

Property Details

expected public property

public int expected
return int

fragments public property

public IList fragments
return IList

headerBuffer public property

public byte[] headerBuffer
return byte[]

headerReadBytes public property

public int headerReadBytes
return int

payloadBuffer public property

public byte[] payloadBuffer
return byte[]

payloadReadBytes public property

public int payloadReadBytes
return int

stage public property

public ReadStage stage
return ReadStage