Click or drag to resize

Emulate3DWebClientAttribute Constructor

Constructor for the Web Client attribute.

Namespace: Emulate3D.WebConfiguration
Assembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.00.00
Syntax
C#
public 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