Click or drag to resize

serverComponentBase Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the serverComponentBase class.

Namespace:  imbACE.Network.internet.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public serverComponentBase(
	IAceHttpServer __serverInstance,
	string __componentName = "",
	string __instanceName = ""
)
Request Example View Source

Parameters

__serverInstance
Type: imbACE.Network.internet.coreIAceHttpServer
The server instance.
__componentName (Optional)
Type: SystemString
Name of the component.
__instanceName (Optional)
Type: SystemString
Name of the instance.
Exceptions
ExceptionCondition
aceServerExceptionServer instance is null and instance name is empty/null - null - null - Component constructor exception
See Also