Class CommServer
Inheritance
System.Object
CommServer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.String |
SignalrUrl
Declaration
[JsonProperty("signalrUrl")]
public string SignalrUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |