NetworkConnectionClosedEventArgs
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Provides data for the TagBites.Net.NetworkConnection.Closed event.
public class NetworkConnectionClosedEventArgs : System.EventArgs
Properties
Exception
Gets a exception. Returns <c>null</c> when connection has been closed normally.
public Exception Exception { get; }
Result Type: Exception