Table of Contents

Class Host

Namespace
Microsoft.AutoGen.RuntimeGateway.Grpc
Assembly
Microsoft.AutoGen.AgentHost.dll
public static class Host
Inheritance
Host
Inherited Members

Methods

StartAsync(bool, bool)

public static Task<WebApplication> StartAsync(bool local = false, bool useGrpc = true)

Parameters

local bool
useGrpc bool

Returns

Task<WebApplication>