C# 클래스 WebAnalytics.DataLayer.CookieParser

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

공개 메소드들

메소드 설명
ExtractServerHeaderResponseCookies ( String stringCookieRepresentation ) : string>.Dictionary

* use this method to extract a string representation of cookies * and return a collection of cookies that came with the response *

비공개 메소드들

메소드 설명
CreateCookie ( String stringCookie ) : Cookie

메소드 상세

ExtractServerHeaderResponseCookies() 공개 메소드

* use this method to extract a string representation of cookies * and return a collection of cookies that came with the response *
public ExtractServerHeaderResponseCookies ( String stringCookieRepresentation ) : string>.Dictionary
stringCookieRepresentation String
리턴 string>.Dictionary