Click or drag to resize

StrixNetworkConnectFailedEventArgs Class

Provides data for the StrixNetworkConnectFailedEventHandler event handler.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Unity.Runtime.EventStrixNetworkConnectFailedEventArgs

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

The StrixNetworkConnectFailedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStrixNetworkConnectFailedEventArgs
Initializes a new instance of the StrixNetworkConnectFailedEventArgs class
Top
Properties
  NameDescription
Public propertycause
Exception object representing the reason why the request failed.
Public propertysession
Reference to a server session the failed request belongs to.
Top
See Also