Method | Description | |
---|---|---|
AppCookieStickinessPolicy ( ) : System |
Default constructor for a new AppCookieStickinessPolicy object. Callers should use the properties to initialize this object after creating it.
|
|
AppCookieStickinessPolicy ( string policyName, string cookieName ) : System |
Constructs a new AppCookieStickinessPolicy object. Callers should use the properties initialize any additional object members.
|
Method | Description | |
---|---|---|
IsSetCookieName ( ) : bool | ||
IsSetPolicyName ( ) : bool |
public AppCookieStickinessPolicy ( ) : System | ||
return | System |
public AppCookieStickinessPolicy ( string policyName, string cookieName ) : System | ||
policyName | string | The mnemonic name for the policy being created. The name must be unique within a set of policies for this load /// balancer. |
cookieName | string | The name of the application cookie used for stickiness. |
return | System |