HybridConnectionListener.RequestHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Installs a handler for Hybrid Http Requests.
public Action<Microsoft.Azure.Relay.RelayedHttpListenerContext> RequestHandler { get; set; }
member this.RequestHandler : Action<Microsoft.Azure.Relay.RelayedHttpListenerContext> with get, set
Public Property RequestHandler As Action(Of RelayedHttpListenerContext)