Skip to content

dead42c9 dd1d d087 d75a f097127dca5d

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

SocketFacade Constructor

The class constructor.

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

Syntax

C#

public SocketFacade(
	AddressFamily family,
	SocketType type,
	ProtocolType protocol
)

Parameters

 

family
Type: System.Net.Sockets.AddressFamily
The address family to be used.
type
Type: System.Net.Sockets.SocketType
The socket type to be used.
protocol
Type: System.Net.Sockets.ProtocolType
The protocol type to be used.

Remarks

This constructor initializes its dependencies.

See Also

Reference

SocketFacade Class
Plexdata.LogWriter.Internals.Facades Namespace

Clone this wiki locally