C# 클래스 System.Net.CookieCollection

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

Private Properties

프로퍼티 타입 설명
Dump void
IndexOf int
InternalAdd int
RemoveAt void
TimeStamp DateTime

공개 메소드들

메소드 설명
Add ( Cookie cookie ) : void
Add ( CookieCollection cookies ) : void
CookieCollection ( ) : System.Collections
CopyTo ( Array array, int index ) : void
CopyTo ( Cookie array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : Cookie
this ( string name ) : Cookie

비공개 메소드들

메소드 설명
Dump ( ) : void
IndexOf ( Cookie cookie ) : int
InternalAdd ( Cookie cookie, bool isStrict ) : int
RemoveAt ( int idx ) : void
TimeStamp ( Stamp how ) : DateTime

메소드 상세

Add() 공개 메소드

public Add ( Cookie cookie ) : void
cookie Cookie
리턴 void

Add() 공개 메소드

public Add ( CookieCollection cookies ) : void
cookies CookieCollection
리턴 void

CookieCollection() 공개 메소드

public CookieCollection ( ) : System.Collections
리턴 System.Collections

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array Array
index int
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Cookie array, int index ) : void
array Cookie
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

this() 공개 메소드

public this ( int index ) : Cookie
index int
리턴 Cookie

this() 공개 메소드

public this ( string name ) : Cookie
name string
리턴 Cookie