Click or drag to resize
HttpServer Constructor (HttpServerCallback, Int32, String)
Initialize new instance

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public HttpServer(
	HttpServerCallback callback,
	int port,
	string ip = "*"
)

Parameters

callback
Type: AdfHttpServerCallback

[Missing <param name="callback"/> documentation for "M:Adf.HttpServer.#ctor(Adf.HttpServerCallback,System.Int32,System.String)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:Adf.HttpServer.#ctor(Adf.HttpServerCallback,System.Int32,System.String)"]

ip (Optional)
Type: SystemString

[Missing <param name="ip"/> documentation for "M:Adf.HttpServer.#ctor(Adf.HttpServerCallback,System.Int32,System.String)"]

See Also