The TcpServerThread type exposes the following members.

Constructors

NameDescription
Public methodTcpServerThread()()()()
コンストラクタ
Public methodTcpServerThread(IPInfo)
コンストラクタ
Public methodTcpServerThread(IPAddress, Int32)
コンストラクタ

Methods

NameDescription
Public methodCreatePropertyDialog
ダイアログの生成
Public methodDispose
解放
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
デストラクタ
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodJoin
スレッドの解放
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Protected methodSetup
初期化
Public methodStart
スレッドの開始
Public methodStop
スレッドの停止
Protected methodTcpClientThread_Notify
受信イベント
Protected methodThreadFunction
スレッド関数
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)

Properties

NameDescription
Public propertyClients
送受信スレッドコレクション
Public propertyIPAddress
IPアドレス
Public propertyIsBusy
スレッドの動作状態
Protected propertyIsSetuped
初期化済みフラグ
Public propertyListener
リスナー
Public propertyMutex
排他制御用ミューテックス.
Public propertyPort
IPアドレス
Public propertyReceiveBufferSize
受信用バッファサイズ (byte)
Public propertyReceiveTimeout
受信用タイムアウト (ms)
Public propertySendBufferSize
送信用バッファサイズ (byte)
Public propertySendTimeout
送信用タイムアウト (ms)
Public propertyThread
スレッド
Protected propertyThreadOrder
スレッドへの要求
Public propertyThreadStatus
スレッドの状態

Events

NameDescription
Public eventAccepted
承認イベント (クライアントの接続を承認したことを通知します)
Public eventNotify
受信イベント (クライアントからデータを受信したことを通知します)

See Also