Click or drag to resize

serverRequestReceivedEventArgs Constructor

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

Namespace:  imbACE.Network.internet.events
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public serverRequestReceivedEventArgs(
	serverRequestReceivedEventType __type,
	aceServerRequestStdParams __paramFlags,
	IDictionary<aceServerRequestStdParams, Object> __values,
	HttpListenerContext __httpContext
)
Request Example View Source

Parameters

__type
Type: imbACE.Network.internet.eventsserverRequestReceivedEventType
__paramFlags
Type: imbACE.Network.internet.eventsaceServerRequestStdParams
__values
Type: System.Collections.GenericIDictionaryaceServerRequestStdParams, Object
__httpContext
Type: System.NetHttpListenerContext
See Also