Struct WorldNetworkConnection
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldNetworkConnection : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
ComputerId
Declaration
public ObjectId ComputerId { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
LanId
Declaration
public ObjectId LanId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements