Table of Contents

Interface IClientConnectionInfo

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface IClientConnectionInfo

Properties

ClientId

string? ClientId { get; set; }

Property Value

string

LocalIpAddress

string? LocalIpAddress { get; set; }

Property Value

string

LocalPort

ushort LocalPort { get; set; }

Property Value

ushort

RemoteIpAddress

string? RemoteIpAddress { get; set; }

Property Value

string

RemotePort

ushort RemotePort { get; set; }

Property Value

ushort