ClientRoutingEnum

ClientRoutingEnum enumeration

Client routing enum.

public enum ClientRoutingEnum

Values

NameValueDescription
NONE0Client cannot perform any routing. All URLs must be the same. All message sets share a single signon realm.
SERVICE1Client can perform limited routing.
MSGSET2Client can route at the message-set level. Each message set can have a different URL and/or signon realm.

See Also