Table of Contents

Interface INetworkInformation

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Exposes information about network.

public interface INetworkInformation

Properties

Default

Default, shared implementation. Uses UnityNetworkInformation.

public static INetworkInformation Default { get; }

Property Value

INetworkInformation

IsNetworkReachable

Is network reachable. This does not inform about internet connection, just about any connection to network.

bool IsNetworkReachable { get; }

Property Value

bool