Class MdkTcpClient
4G MDK TcpClient Socket通信のタイムアウト設定機能を保持したTcpClientクラス
Inheritance
object
MdkTcpClient
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |