Show / Hide Table of Contents

Class NetworkManagerJson.SessionInfo

Stores information about a server session.

Inheritance
System.Object
NetworkManagerJson.SessionInfo
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: IMLD.MixedRealityAnalysis.Network
Assembly: Assembly-CSharp.dll
Syntax
public class SessionInfo

Fields

SessionIp

Declaration
public string SessionIp
Field Value
Type Description
System.String

SessionName

Declaration
public string SessionName
Field Value
Type Description
System.String

SessionPort

Declaration
public int SessionPort
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX