C# Класс WebAnalytics.DataLayer.CookieParser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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