C# 클래스 System.Net.Cache.HttpRequestCachePolicy

상속: RequestCachePolicy
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
HttpRequestCachePolicy ( )
HttpRequestCachePolicy ( System cacheSyncDate )
HttpRequestCachePolicy ( System cacheAgeControl, System ageOrFreshOrStale )
HttpRequestCachePolicy ( System cacheAgeControl, System maxAge, System freshOrStale )
HttpRequestCachePolicy ( System cacheAgeControl, System maxAge, System freshOrStale, System cacheSyncDate )
ToString ( ) : string

메소드 상세

HttpRequestCachePolicy() 공개 메소드

HttpRequestCachePolicy() 공개 메소드

public HttpRequestCachePolicy ( System cacheSyncDate )
cacheSyncDate System

HttpRequestCachePolicy() 공개 메소드

public HttpRequestCachePolicy ( System cacheAgeControl, System ageOrFreshOrStale )
cacheAgeControl System
ageOrFreshOrStale System

HttpRequestCachePolicy() 공개 메소드

public HttpRequestCachePolicy ( System cacheAgeControl, System maxAge, System freshOrStale )
cacheAgeControl System
maxAge System
freshOrStale System

HttpRequestCachePolicy() 공개 메소드

public HttpRequestCachePolicy ( System cacheAgeControl, System maxAge, System freshOrStale, System cacheSyncDate )
cacheAgeControl System
maxAge System
freshOrStale System
cacheSyncDate System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string