コンストラクタ

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

Syntax

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

Parameters

ip_addr
Type: System.Net..::..IPAddress
IPアドレス
port
Type: System..::..Int32
ポート

See Also