Click or drag to resize

StrixNetworkConnectEventHandler Delegate

Represents a method that executes when establishing a connection finishes successfully.

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

Parameters

args
Type: SoftGear.Strix.Unity.Runtime.EventStrixNetworkConnectEventArgs
See Also