Class NetworkServicesUnitySettings
Inheritance
System.Object
NetworkServicesUnitySettings
Assembly: cs.temp.dll.dll
Syntax
public class NetworkServicesUnitySettings : NativeFeatureUnitySettingsBase
Constructors
NetworkServicesUnitySettings(Boolean, NetworkServicesUnitySettings.Address, Boolean, NetworkServicesUnitySettings.PingTestSettings)
Declaration
public NetworkServicesUnitySettings(bool enabled = true, NetworkServicesUnitySettings.Address hostAddress = null, bool autoStartNotifier = true, NetworkServicesUnitySettings.PingTestSettings pingSettings = null)
Parameters
Properties
AutoStartNotifier
Declaration
public bool AutoStartNotifier { get; }
Property Value
Type |
Description |
System.Boolean |
|
HostAddress
Declaration
public NetworkServicesUnitySettings.Address HostAddress { get; }
Property Value
PingSettings
Declaration
public NetworkServicesUnitySettings.PingTestSettings PingSettings { get; }
Property Value
Methods
GetFeatureName()
Declaration
protected override string GetFeatureName()
Returns
Type |
Description |
System.String |
|