Class CacheServerSettings
- Namespace
- CodeBase.AcceleratorHelper
- Assembly
- 4Experience.CodeBase.AcceleratorHelper.Editor.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Cache Server/CacheServerSettings")]
public class CacheServerSettings : SingletonScriptableObject<CacheServerSettings>
- Inheritance
-
ObjectScriptableObjectCacheServerSettings
- Inherited Members
- Extension Methods
Properties
CustomEndpoint
public string CustomEndpoint { get; private set; }
Property Value
LocalEndpoint
public string LocalEndpoint { get; private set; }
Property Value
RemoteEndpoint
public string RemoteEndpoint { get; private set; }