Class _3964R
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Communication.TCPIP
Assembly: Experior.Core.dll
Syntax
public class _3964R : SocketConnection, IComparable, IConnection
Constructors
_3964R(ConnectionInfo)
Declaration
public _3964R(ConnectionInfo info)
Parameters
Type | Name | Description |
---|---|---|
ConnectionInfo | info |
Properties
Protocol
Declaration
public override string Protocol { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Create()
Declaration
protected override void Create()
Overrides
DataReceived(Byte[])
Declaration
public override void DataReceived(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data |
Overrides
Dispose(Boolean)
Declaration
public override bool Dispose(bool force)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | force |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Send(Byte[])
Declaration
public override void Send(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data |
Overrides
StateChanged()
Declaration
protected override void StateChanged()
Overrides
Implements
System.IComparable