NetworkConnectionMessageEventArgs
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Provides data for the TagBites.Net.NetworkConnection.Received event.
public class NetworkConnectionMessageEventArgs : System.EventArgs
Properties
Message
Gets a message.
public object Message { get; }
Result Type: object