Skip to content
Auto
Products

NetworkConnectionMessageEventArgs

Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3

Provides data for the NetworkConnection.Received event.

public class NetworkConnectionMessageEventArgs : System.EventArgs

Inheritance: EventArgs → NetworkConnectionMessageEventArgs

Gets a message.

public object Message { get; }

object