C# 클래스 System.Net.Cookie

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

Private Properties

프로퍼티 타입 설명
Clone Cookie
Cookie System.Collections.Generic
DomainCharsTest bool
Dump void
InternalSetName bool
IsDomainEqualToHost bool
ToServerString string
ToString void
VerifySetDefaults bool

공개 메소드들

메소드 설명
Cookie ( ) : System.Collections
Cookie ( string name, string value ) : System.Collections
Cookie ( string name, string value, string path ) : System.Collections
Cookie ( string name, string value, string path, string domain ) : System.Collections
Cookie ( string name, string value ) : System.Collections.Generic
Cookie ( string name, string value, string path ) : System.Collections.Generic
Cookie ( string name, string value, string path, string domain ) : System.Collections.Generic
Equals ( object comparand ) : bool
GetHashCode ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
Clone ( ) : Cookie
Cookie ( ) : System.Collections.Generic
DomainCharsTest ( string name ) : bool
Dump ( ) : void
InternalSetName ( string value ) : bool
IsDomainEqualToHost ( string domain, string host ) : bool
ToServerString ( ) : string
ToString ( StringBuilder sb ) : void
VerifySetDefaults ( CookieVariant variant, Uri uri, bool isLocalDomain, string localDomain, bool setDefault, bool shouldThrow ) : bool

메소드 상세

Cookie() 공개 메소드

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

Cookie() 공개 메소드

public Cookie ( string name, string value ) : System.Collections
name string
value string
리턴 System.Collections

Cookie() 공개 메소드

public Cookie ( string name, string value, string path ) : System.Collections
name string
value string
path string
리턴 System.Collections

Cookie() 공개 메소드

public Cookie ( string name, string value, string path, string domain ) : System.Collections
name string
value string
path string
domain string
리턴 System.Collections

Cookie() 공개 메소드

public Cookie ( string name, string value ) : System.Collections.Generic
name string
value string
리턴 System.Collections.Generic

Cookie() 공개 메소드

public Cookie ( string name, string value, string path ) : System.Collections.Generic
name string
value string
path string
리턴 System.Collections.Generic

Cookie() 공개 메소드

public Cookie ( string name, string value, string path, string domain ) : System.Collections.Generic
name string
value string
path string
domain string
리턴 System.Collections.Generic

Equals() 공개 메소드

public Equals ( object comparand ) : bool
comparand object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string