Click or drag to resize
SessionPersistenceType Properties
This API is preliminary and subject to change.

The SessionPersistenceType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHttpCookie
Gets a SessionPersistenceType representing a session persistence mechanism that inserts an HTTP cookie and is used to determine the destination back-end node. This is supported for HTTP load balancing only.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Public propertyStatic memberSourceAddress
Gets a SessionPersistenceType representing a session persistence mechanism that will keep track of the source IP address that is mapped and is able to determine the destination back-end node. This is supported for HTTPS pass-through and non-HTTP load balancing only.
Top
See Also