Class TCPOption
TCP Option
Inheritance
System.Object
TCPOption
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: Cosmos.System.Network.IPv4.TCP
Assembly: Cosmos.System2.dll
Syntax
public class TCPOption
Properties
| Improve this Doc View SourceData
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Kind
Declaration
public byte Kind { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Length
Declaration
public byte Length { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |