Click or drag to resize

Emulate3DWebServiceAttribute Constructor

Constructor for the Web Service attribute.

Namespace: Emulate3D.WebConfiguration
Assembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.00.00
Syntax
C#
public Emulate3DWebServiceAttribute(
	string name
)

Parameters

name  String
The name of the Web Service.
See Also