1 implementation of IAppHostServerSession
aspire (1)
Projects\AppHostServerSession.cs (1)
14internal sealed class AppHostServerSession : IAppHostServerSession
3 references to IAppHostServerSession
aspire (3)
Projects\AppHostServerSession.cs (2)
12/// Implementation of <see cref="IAppHostServerSession"/> that manages an AppHost server process. 85/// Factory for creating <see cref="IAppHostServerSession"/> instances.
Projects\IAppHostServerSession.cs (1)
71IAppHostServerSession? Session,