System.Net.Security.TCRelayMessageFlags Enum

Namespace: System.Net.Security
Assembly: System.Net.Primitives.dll

Members

Specifies flags for transporting relay messages.

Syntax

[Flags]
public enum TCRelayMessageFlags

Remarks

The TCRelayMessageFlags enumeration is used to control the behavior of relay messages in the System.Net.Security namespace. These flags provide granular control over connection management, message types, and data stream handling.

The [Flags] attribute indicates that the enumeration values can be combined using the bitwise OR operator.

See Also