C# 클래스 System.Net.CookieExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
IsRfc2965Variant ( this cookie ) : bool
ToServerString ( this cookie ) : string

메소드 상세

IsRfc2965Variant() 공개 정적인 메소드

public static IsRfc2965Variant ( this cookie ) : bool
cookie this
리턴 bool

ToServerString() 공개 정적인 메소드

public static ToServerString ( this cookie ) : string
cookie this
리턴 string