Click or drag to resize

HttpWebServerStartListening Method

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebServer.StartListening(System.Action{System.Net.HttpListenerContext})"]

Namespace:  Eneter.Messaging.MessagingSystems.HttpMessagingSystem
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public void StartListening(
	Action<HttpListenerContext> connectionHandler
)

Parameters

connectionHandler
Type: SystemActionHttpListenerContext

[Missing <param name="connectionHandler"/> documentation for "M:Eneter.Messaging.MessagingSystems.HttpMessagingSystem.HttpWebServer.StartListening(System.Action{System.Net.HttpListenerContext})"]

See Also