TKMP.DLLのダウンロード
Assembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
POPクライアントクラスのインスタンスを初期化します
Namespace:
TKMP.NetAssembly: TKMP (TKMP.dll 内) バージョン: 3.1.0.0
Syntax
C# |
---|
public PopClient( IPopLogon PopLogon, string HostName, int Port ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ PopLogon As IPopLogon, _ HostName As String, _ Port As Integer _ ) |
Parameters
- PopLogon
- Type: TKMP.Net..::.IPopLogon
ログオン処理を行うIPopLogonクラス
- HostName
- Type: System..::.String
接続先のホスト名
- Port
- Type: System..::.Int32
接続先サーバーのポート番号
Remarks
クラスのインスタンスの作成には接続先を示すIPアドレス、ポート番号及び、接続時の手順を処理するためのIPopLogonインターフェイスを持つクラスが必要です
標準のログオン手続きと、APOPでのログオン手続きは、BasicPopLogonクラス、APopLogonクラスを使用する事が出来ます