ClientRoutingEnum

ClientRoutingEnum enumeration

Client routing enum.

public enum ClientRoutingEnum

Values

Name Value Description
NONE 0 Client cannot perform any routing. All URLs must be the same. All message sets share a single signon realm.
SERVICE 1 Client can perform limited routing.
MSGSET 2 Client can route at the message-set level. Each message set can have a different URL and/or signon realm.

See Also