Click or drag to resize

StrixNetworkConnectEventArgs Class

Provides data for the StrixNetworkConnectEventHandler event handler.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.EventStrixNetworkConnectEventArgs

Namespace:  SoftGear.Strix.Unity.Runtime.Event
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class StrixNetworkConnectEventArgs

The StrixNetworkConnectEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStrixNetworkConnectEventArgs
Initializes a new instance of the StrixNetworkConnectEventArgs class
Top
Properties
  NameDescription
Public propertysession
Reference to a server session the request belongs to.
Top
See Also