コンストラクタ

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

Syntax

C#
public IPInfo(
	string hostname,
	int port,
	string text
)
Visual Basic
Public Sub New ( 
	hostname As String,
	port As Integer,
	text As String
)

Parameters

hostname
Type: System..::..String
ホスト名 (127.0.0.1 のようなアドレス)
port
Type: System..::..Int32
ポート番号 [0-1023:Well known, 1024-49151:Registered, 49152-65535:Dynamic]
text
Type: System..::..String
表記名 (通信先を識別する名称)

See Also