# TestSiloSpecificOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testsilospecificoptions/)

## GatewayPort {#gatewayport-85506c8b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testsilospecificoptions/properties/gatewayport-85506c8b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/TestClusterOptions.cs)

```csharp
public int GatewayPort
```

Gets or sets the gateway port.

### Value

The gateway port.

## PrimarySiloEndPoint {#primarysiloendpoint-a24d4bcd}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testsilospecificoptions/properties/primarysiloendpoint-a24d4bcd/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/TestClusterOptions.cs)

```csharp
public IPEndPoint PrimarySiloEndPoint
```

Gets or sets the primary silo port.

### Value

The primary silo port.

## SiloName {#siloname-b252b52c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testsilospecificoptions/properties/siloname-b252b52c/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/TestClusterOptions.cs)

```csharp
public string SiloName
```

Gets or sets the name of the silo.

### Value

The name of the silo.

## SiloPort {#siloport-32a14b90}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.testsilospecificoptions/properties/siloport-32a14b90/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/TestClusterOptions.cs)

```csharp
public int SiloPort
```

Gets or sets the silo port.

### Value

The silo port.
