Show / Hide Table of Contents

Class SocketExtensions

Extension of the System.Net.Sockets.Socket class.

Inheritance
System.Object
SocketExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IMLD.MixedRealityAnalysis.Network
Assembly: Assembly-CSharp.dll
Syntax
public static class SocketExtensions

Methods

Kill(Socket)

Disposes or closes the System.Net.Sockets.Socket, depending on the platform.

Declaration
public static void Kill(this Socket socket)
Parameters
Type Name Description
System.Net.Sockets.Socket socket

The socket to dispose or close.

In This Article
Back to top Generated by DocFX