FrameHeader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| FrameHeader(ArraySegment<Byte>) | |
| FrameHeader(Boolean, Int32, Boolean, Int32, Int64) |
FrameHeader(ArraySegment<Byte>)
public:
FrameHeader(ArraySegment<System::Byte> header);
public FrameHeader (ArraySegment<byte> header);
new Microsoft.AspNetCore.WebSockets.Protocol.FrameHeader : ArraySegment<byte> -> Microsoft.AspNetCore.WebSockets.Protocol.FrameHeader
Public Sub New (header As ArraySegment(Of Byte))
Parameters
- header
- ArraySegment<Byte>
Applies to
FrameHeader(Boolean, Int32, Boolean, Int32, Int64)
public:
FrameHeader(bool final, int opCode, bool masked, int maskKey, long dataLength);
public FrameHeader (bool final, int opCode, bool masked, int maskKey, long dataLength);
new Microsoft.AspNetCore.WebSockets.Protocol.FrameHeader : bool * int * bool * int * int64 -> Microsoft.AspNetCore.WebSockets.Protocol.FrameHeader
Public Sub New (final As Boolean, opCode As Integer, masked As Boolean, maskKey As Integer, dataLength As Long)
Parameters
- final
- Boolean
- opCode
- Int32
- masked
- Boolean
- maskKey
- Int32
- dataLength
- Int64