# TcpSocketActionV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [TcpSocketActionV1](/reference/api/csharp/aspire.hosting.kubernetes/tcpsocketactionv1.md)
- Kind: `Constructors`
- Members: `1`

Represents a TCP socket action configuration used in Kubernetes resources. This class is typically utilized for health or readiness probes or lifecycle handlers, allowing the definition of connectivity checks to a specified host and port via TCP.

## TcpSocketActionV1

- Name: `Constructor`

```csharp
public sealed class TcpSocketActionV1
{
    public TcpSocketActionV1()
    {
        // ...
    }
}
```
