Class ConnectedSockets
Inheritance
System.Object
ConnectedSockets
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConnectedSockets : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Connection
Declaration
public Connection Connection { get; }
Property Value
SocketA
Declaration
public Socket SocketA { get; }
Property Value
SocketB
Declaration
public Socket SocketB { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods