C# Class Araqne.Web.WebSocket.ReadContext

Mostra 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_oe property

public int expected
return int

fragments public_oe property

public IList fragments
return IList

headerBuffer public_oe property

public byte[] headerBuffer
return byte[]

headerReadBytes public_oe property

public int headerReadBytes
return int

payloadBuffer public_oe property

public byte[] payloadBuffer
return byte[]

payloadReadBytes public_oe property

public int payloadReadBytes
return int

stage public_oe property

public ReadStage stage
return ReadStage