Show / Hide Table of Contents

Delegate SocketEventHandler

Delegate for the handling of socket events.

Namespace: IMLD.MixedRealityAnalysis.Network
Assembly: Assembly-CSharp.dll
Syntax
public delegate void SocketEventHandler(object sender, Socket socket);
Parameters
Type Name Description
System.Object sender

The caller raising the event.

System.Net.Sockets.Socket socket

The socket.

In This Article
Back to top Generated by DocFX