初期値指定コンストラクタ

Namespace: FVIL.Net
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public UdpClientEventArgs(
	DateTime timestamp,
	MemoryStream data,
	IPEndPoint remoteEP
)
Visual Basic
Public Sub New ( 
	timestamp As DateTime,
	data As MemoryStream,
	remoteEP As IPEndPoint
)

Parameters

timestamp
Type: System..::..DateTime
送信時のタイムスタンプ
data
Type: System.IO..::..MemoryStream
送受信パケットから読み込んだデータ
remoteEP
Type: System.Net..::..IPEndPoint
データの送信元のリモートホストを表す IPEndPoint。

See Also