Class TCP
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 TCP : SocketConnection, IComparable, IConnection
Constructors
TCP(ConnectionInfo)
Declaration
public TCP(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
Read(Int32)
Declaration
public void Read(int size)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | size |
Received(Byte[])
Declaration
protected virtual void Received(byte[] data)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | data |
Implements
System.IComparable