コンストラクタ

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

Syntax

C#
public UdpClientThread(
	IPAddress ip_addr,
	int port,
	int port2
)
Visual Basic
Public Sub New ( 
	ip_addr As IPAddress,
	port As Integer,
	port2 As Integer
)

Parameters

ip_addr
Type: System.Net..::..IPAddress
送信先のIPアドレス
port
Type: System..::..Int32
送信先のポート
port2
Type: System..::..Int32
受信ポート

Remarks

port2 に指定されたポート番号を受信ポートとしてオブジェクトを構築します。
IP アドレスとポート番号はこのクラスのプロパティに保持され送信処理の際に送信先として使用します。

See Also