Property | Type | Description | |
---|---|---|---|
DestinationPort | ushort | ||
SourcePort | ushort | ||
UdpCheckSum | ushort | ||
UdpLength | ushort |
Method | Description | |
---|---|---|
UdpDatagramHeader ( ushort sourcePort, ushort destinationPort, ushort udpLength, ushort udpCheckSum ) |
Initializes a new instance of the UdpDatagramHeader class.
|
public UdpDatagramHeader ( ushort sourcePort, ushort destinationPort, ushort udpLength, ushort udpCheckSum ) | ||
sourcePort | ushort | The source port. |
destinationPort | ushort | The destination port. |
udpLength | ushort | The length of the UDP datagram including the UDP header. |
udpCheckSum | ushort | The UDP check sum. |