# CSharpEndpoint

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/parsers/backend/csharp-source.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/parsers/backend/csharp-source.ts#L16)

## Properties

| Property | Type |
|---|---|
| `controller` | `string` |
| `name` | `string` |
| `method` | `string` |
| `path` | `string` |
| `responseType` | `string` |
| `pathUnresolved` | `boolean` |
| `pathParams` | `Array<{ name: string; type: string; required: boolean }>` |
| `queryParams` | `Array<{ name: string; type: string; required: boolean }>` |
| `requestBody` | `{ type: string }` |
| `handler` | `string` |
| `docComment` | `string` |
| `line` | `number` |
| `endLine` | `number` |
