C# 클래스 Amazon.ElasticLoadBalancing.Model.LBCookieStickinessPolicy

The LBCookieStickinessPolicy data type.

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
LBCookieStickinessPolicy ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

LBCookieStickinessPolicy ( string policyName, long cookieExpirationPeriod ) : System

Instantiates LBCookieStickinessPolicy with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCookieExpirationPeriod ( ) : bool
IsSetPolicyName ( ) : bool

메소드 상세

LBCookieStickinessPolicy() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public LBCookieStickinessPolicy ( ) : System
리턴 System

LBCookieStickinessPolicy() 공개 메소드

Instantiates LBCookieStickinessPolicy with the parameterized properties
public LBCookieStickinessPolicy ( string policyName, long cookieExpirationPeriod ) : System
policyName string The name of the policy. This name must be unique within the set of policies for this load balancer.
cookieExpirationPeriod long The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
리턴 System