HttpServer Constructor (Int32, String) |
Initialize new instance
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public HttpServer(
int port,
string ip = "*"
)
Public Sub New (
port As Integer,
Optional ip As String = "*"
)
public:
HttpServer(
int port,
String^ ip = L"*"
)
new :
port : int *
?ip : string
(* Defaults:
let _ip = defaultArg ip "*"
*)
-> HttpServer
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