# EndpointOptions Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.endpointoptions/)

## DEFAULT_GATEWAY_PORT {#default-gateway-port-c72aac49}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.endpointoptions/fields/default-gateway-port-c72aac49/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Hosting/EndpointOptions.cs)

```csharp
public const int DEFAULT_GATEWAY_PORT
```

The default value for [EndpointOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.endpointoptions/).

## DEFAULT_SILO_PORT {#default-silo-port-36e3908a}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.endpointoptions/fields/default-silo-port-36e3908a/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Hosting/EndpointOptions.cs)

```csharp
public const int DEFAULT_SILO_PORT
```

The default value for [EndpointOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.endpointoptions/).
