# UvicornAppResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Python.Extensions](/reference/api/csharp/communitytoolkit.aspire.hosting.python.extensions.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Python.Extensions/UvicornAppResource.cs)
- Inherits: `PythonAppResource`
- Implements: `IResource`, `IResourceWithEndpoints`, `IResourceWithServiceDiscovery`

Represents a Uvicorn application.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class UvicornAppResource
    : Aspire.Hosting.Python.PythonAppResource,
      Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithEndpoints,
      Aspire.Hosting.IResourceWithServiceDiscovery
{
    // ...
}
```

## Constructors

- [UvicornAppResource(string, string, string)](/reference/api/csharp/communitytoolkit.aspire.hosting.python.extensions/uvicornappresource/constructors.md#constructor-string-string-string) -- Represents a Uvicorn application.
