Emulate3DWebClientAttribute Constructor |
Constructor for the Web Client attribute.
Namespace: Emulate3D.WebConfigurationAssembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.00.00
Syntaxpublic Emulate3DWebClientAttribute(
string name,
int port = 9080
)
Parameters
- name String
- The name of the Web Client.
- port Int32 (Optional)
- The default port to use for the web client. Default is 9080.
See Also