You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Branchs the request pipeline of a HTTP service in the VIEApps NGX
/// </summary>
public class PathMapper
{
/// <summary>
/// Branches the request pipeline based on matches of the given request path
/// </summary>
/// <param name="appBuilder">The application builder for processing</param>
/// <param name="appLifetime">The application life-time for registering events</param>
/// <param name="onIncomingConnectionEstablished">The collection that contains the actions to run when the incoming connection to API Gateway Router is established</param>
/// <param name="onOutgoingConnectionEstablished">The collection that contains the actions to run when the outgoing connection to API Gateway Router is established</param>