送受信スレッドコレクション

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

Syntax

C#
public virtual List<TcpClientThread> Clients { get; protected set; }
Visual Basic
Public Overridable Property Clients As List(Of TcpClientThread)
	Get
	Protected Set

Property Value

Type: List<(Of <(<'TcpClientThread>)>)>

Remarks

クライアントから接続要求があると、このコレクションに追加されます。 各要素で稼動するスレッドがクライアントから送信されるデータを 監視し受信します。

See Also