Gets the protocol error message, if available (usually when Status is set to ProtocolError).

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

Syntax

Visual Basic
Public Property ProtocolMessage As String
	Get
	Protected Set
C#
public string ProtocolMessage { get; protected set; }

Field Value

Protocol error message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also