MachineConfig 类
继承成员
命名空间: Fantasy.Platform.Net
程序集: Fantasy.Net.dll
语法
[ProtoContract]
public sealed class MachineConfig : ASerialize, ISupportInitialize, IDisposable, IProto
属性
| 编辑本文 查看源代码Id
声明
[ProtoMember(1)]
public uint Id { get; set; }
属性值
类型 | 描述 |
---|---|
uint |
InnerBindIP
声明
[ProtoMember(4)]
public string InnerBindIP { get; set; }
属性值
类型 | 描述 |
---|---|
string |
OuterBindIP
声明
[ProtoMember(3)]
public string OuterBindIP { get; set; }
属性值
类型 | 描述 |
---|---|
string |
OuterIP
声明
[ProtoMember(2)]
public string OuterIP { get; set; }
属性值
类型 | 描述 |
---|---|
string |