AgentFramework.Core.Handlers.Agents.DefaultAgent.ConfigureHandlers C# (CSharp) Method

ConfigureHandlers() protected method

Configures the handlers.
protected ConfigureHandlers ( ) : void
return void
        protected override void ConfigureHandlers()
        {
            AddConnectionHandler();
            AddForwardHandler();
        }
    }