C# Class WebAnalytics.DataLayer.CookieParser

显示文件 Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Public Methods

Method Description
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 *

Private Methods

Method Description
CreateCookie ( String stringCookie ) : Cookie

Method Details

ExtractServerHeaderResponseCookies() public method

* 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
return string>.Dictionary