TKFP.DLLのダウンロード

コンストラクタ

Namespace:  TKFP.Net
Assembly:  TKFP (TKFP.dll 内) バージョン: 1.4.0.2

Syntax

C#
public PortEntry(
	int StartPort,
	int EndPort
)
Visual Basic (Declaration)
Public Sub New ( _
	StartPort As Integer, _
	EndPort As Integer _
)

Parameters

StartPort
Type: System..::.Int32
接続待ちに使用できる最初のポート番号
EndPort
Type: System..::.Int32
接続待ちに使用できる最後のポート番号

See Also