Gets or sets a value indicating whether to show ShellWelcomeMessage on pseudoterminal-less shell sessions as well. By default, the welcome message is only shown for shell sessions with a pseudoterminal.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property ForceShellWelcomeMessage As Boolean
	Get
	Set
C#
public bool ForceShellWelcomeMessage { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also