C# Class WebAnalytics.DataLayer.CookieParser

Afficher le fichier Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateCookie ( String stringCookie ) : Cookie

Method Details

ExtractServerHeaderResponseCookies() public méthode

* 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
Résultat string>.Dictionary