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

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

Parameters

port
Type: SystemInt32

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

ip (Optional)
Type: SystemString

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

See Also