# InProcessSiloHandle Properties

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

## IsActive {#isactive-08f3120d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesssilohandle/properties/isactive-08f3120d/)

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

```csharp
public override bool IsActive
```

Gets whether the remote silo is expected to be active

## ServiceProvider {#serviceprovider-175e6e1c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesssilohandle/properties/serviceprovider-175e6e1c/)

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

```csharp
public IServiceProvider ServiceProvider
```

Gets the silo's service provider.

## SiloHost {#silohost-7e6af3cf}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.inprocesssilohandle/properties/silohost-7e6af3cf/)

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

```csharp
public IHost SiloHost
```

Gets a reference to the silo host.
