Table of Contents

Class NamedPipeTransportOptions

Namespace
DotBoxD.Pushdown.Services
Assembly
DotBoxD.Pushdown.Services.dll
public sealed record NamedPipeTransportOptions : IEquatable<NamedPipeTransportOptions>
Inheritance
NamedPipeTransportOptions
Implements
Inherited Members

Constructors

NamedPipeTransportOptions(bool)

public NamedPipeTransportOptions(bool AllowUnsafeLowEntropyName = false)

Parameters

AllowUnsafeLowEntropyName bool

Properties

AllowUnsafeLowEntropyName

public bool AllowUnsafeLowEntropyName { get; init; }

Property Value

bool

Default

public static NamedPipeTransportOptions Default { get; }

Property Value

NamedPipeTransportOptions

UnsafeDevelopment

public static NamedPipeTransportOptions UnsafeDevelopment { get; }

Property Value

NamedPipeTransportOptions