Class CommServer
Inheritance
Object
CommServer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class CommServer
Properties
ApiBaseUrl
Declaration
[JsonProperty("apiBaseUrl")]
public string ApiBaseUrl { get; set; }
Property Value
Type | Description |
---|---|
String |
SignalrUrl
Declaration
[JsonProperty("signalrUrl")]
public string SignalrUrl { get; set; }
Property Value
Type | Description |
---|---|
String |