C# Class Squared.Task.Network.UdpPacket

ファイルを表示 Open project: sq/Fracture

Public Properties

Property Type Description
Bytes byte[]
EndPoint System.Net.IPEndPoint

Public Methods

Method Description
UdpPacket ( byte bytes, IPEndPoint endPoint ) : System

Method Details

UdpPacket() public method

public UdpPacket ( byte bytes, IPEndPoint endPoint ) : System
bytes byte
endPoint System.Net.IPEndPoint
return System

Property Details

Bytes public_oe property

public byte[] Bytes
return byte[]

EndPoint public_oe property

public IPEndPoint,System.Net EndPoint
return System.Net.IPEndPoint