Parameters
- url
Type: System.String
A string expression that evaluates to the URL.
- port
Type: System.Int32
The port of the instance.
- address
Type: System.String
This parameter can take the following values: "debug" and "server". The default value is "server".
The following example creates an Instance object
| C# | Copy Code |
|---|---|
// create a new instance Instance instance = new Instance("127.0.0.1", 40500, "server"); | |
| PHP | Copy Code |
|---|---|
// create a new instance $instance = new Instance("127.0.0.1", 40500, "server"); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family