Class MdkTcpClient
4G MDK TcpClient Socket通信のタイムアウト設定機能を保持したTcpClientクラス
Inherited Members
Namespace: jp.veritrans.tercerog.mdk
Assembly: cg-mdk.dll
Syntax
public class MdkTcpClient
Constructors
MdkTcpClient(ILogger)
Socket通信のタイムアウト設定機能を保持したTcpClientクラス
Declaration
public MdkTcpClient(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger |
Methods
Create(string, int, string)
TcpClient作成 TcpClientのインスタンスを取得する。
Declaration
public TcpClient Create(string gwHost, int gwPort, string timeoutSec)
Parameters
Type | Name | Description |
---|---|---|
string | gwHost | |
int | gwPort | |
string | timeoutSec |
Returns
Type | Description |
---|---|
TcpClient |