Click or drag to resize

Emulate3DWebClientAttribute Class

An attribute to mark a class as a Web Client.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Emulate3D.WebConfigurationEmulate3DWebClientAttribute

Namespace: Emulate3D.WebConfiguration
Assembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.00.00
Syntax
C#
public class Emulate3DWebClientAttribute : Attribute

The Emulate3DWebClientAttribute type exposes the following members.

Constructors
 NameDescription
Public methodEmulate3DWebClientAttribute Constructor for the Web Client attribute.
Top
Properties
 NameDescription
Public propertyName The name of the web client
Public propertyPort The default port to use for the web client. Default is 9080.
Top
See Also