Skip to content

4971fb35 6cb0 88ef 616a 2a1dbe75a9e6

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

UdpClientSocket 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 UdpClientSocket(
	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

UdpClientSocket Class
Plexdata.LogWriter.Internals.Sockets Namespace

Clone this wiki locally