Click or drag to resize

aceHttpServerBaseProcess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the context http listener detected

Namespace:  imbACE.Network.internet.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public abstract void Process(
	HttpListenerContext context
)
Request Example View Source

Parameters

context
Type: System.NetHttpListenerContext
The context.
See Also