Version: 10.17.0
Namespace

solace.EndpointNameComplaint

Contents

namespace solace.EndpointNameComplaint

The most frequent problems with endpoint names.

Static Properties & Enumerations Top

string AMPERSAND = Ampersand (&)
string ASTERISK = Asterisk (*)
string DOUBLE_SLASH = Empty level (//)
string EMPTY_STRING = Zero length
string GT = Greater than sign (>)
string LEADING_SLASH = Starts with a slash (/).
string LT = Less than sign (<)
string NO_ISSUE
string QUESTION_MARK = Question mark (?)
string SEMICOLON = Semicolon (;)
string TOO_LONG = Longer than 200 characters
string TRAILING_SLASH = Ends with a slash (/).

Static Properties & Enumerations Detail Top

static public string AMPERSAND = Ampersand (&)

static public string ASTERISK = Asterisk (*)

static public string DOUBLE_SLASH = Empty level (//)

static public string EMPTY_STRING = Zero length

static public string GT = Greater than sign (>)

static public string LEADING_SLASH = Starts with a slash (/).

static public string LT = Less than sign (<)

static public string NO_ISSUE

static public string QUESTION_MARK = Question mark (?)

static public string SEMICOLON = Semicolon (;)

static public string TOO_LONG = Longer than 200 characters

static public string TRAILING_SLASH = Ends with a slash (/).