Click or drag to resize
WebSocketDataFrame Constructor (Byte, Boolean)
初始一个输出内容帧

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public WebSocketDataFrame(
	byte[] content,
	bool isMask
)

Parameters

content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Adf.WebSocketDataFrame.#ctor(System.Byte[],System.Boolean)"]

isMask
Type: SystemBoolean

[Missing <param name="isMask"/> documentation for "M:Adf.WebSocketDataFrame.#ctor(System.Byte[],System.Boolean)"]

See Also