Gets a value indicating whether the response is considered secret and should not be displayed.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public ReadOnly Property IsSecret As Boolean
	Get
C#
public bool IsSecret { get; }

Field Value

True if secret (do not display); false if not secret (safe to display).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also