Click or drag to resize
HttpServerWebSocketMessageEventArgs Constructor
初始实例

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public HttpServerWebSocketMessageEventArgs(
	HttpServerWebSocketContext context,
	WebSocketOpcode opcode
)

Parameters

context
Type: AdfHttpServerWebSocketContext

[Missing <param name="context"/> documentation for "M:Adf.HttpServerWebSocketMessageEventArgs.#ctor(Adf.HttpServerWebSocketContext,Adf.WebSocketOpcode)"]

opcode
Type: AdfWebSocketOpcode

[Missing <param name="opcode"/> documentation for "M:Adf.HttpServerWebSocketMessageEventArgs.#ctor(Adf.HttpServerWebSocketContext,Adf.WebSocketOpcode)"]

See Also