Skip to content

3f257664 aa54 292e f5ae c702ed9e8aab

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

TcpClientSocket Constructor

The only class constructor.

Namespace: Plexdata.LogWriter.Internals.Sockets
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

public TcpClientSocket(
	INetworkInternalFactory factory,
	INetworkLoggerSettings settings
)

Parameters

 

factory
Type: Plexdata.LogWriter.Internals.Abstraction.INetworkInternalFactory
An instance of the factory to use.
settings
Type: Plexdata.LogWriter.Abstraction.INetworkLoggerSettings
An instance of the settings to use.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if one of the parameters is null.

Remarks

This constructor initializes all its fields and properties.

See Also

Reference

TcpClientSocket Class
Plexdata.LogWriter.Internals.Sockets Namespace

Clone this wiki locally