Click or drag to resize
HttpServerWebSocketContext Constructor
initialize new instance

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public HttpServerWebSocketContext(
	Socket socket,
	NameValueCollection header,
	HttpServer server
)

Parameters

socket
Type: System.Net.SocketsSocket

[Missing <param name="socket"/> documentation for "M:Adf.HttpServerWebSocketContext.#ctor(System.Net.Sockets.Socket,System.Collections.Specialized.NameValueCollection,Adf.HttpServer)"]

header
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="header"/> documentation for "M:Adf.HttpServerWebSocketContext.#ctor(System.Net.Sockets.Socket,System.Collections.Specialized.NameValueCollection,Adf.HttpServer)"]

server
Type: AdfHttpServer

[Missing <param name="server"/> documentation for "M:Adf.HttpServerWebSocketContext.#ctor(System.Net.Sockets.Socket,System.Collections.Specialized.NameValueCollection,Adf.HttpServer)"]

See Also