C# Class SocialSense.Spiders.Behaviors.CookieBehavior

Inheritance: Behavior
显示文件 Open project: fakeezz/social-sense

Public Methods

Method Description
CookieBehavior ( string key, string value ) : System
Execute ( ) : void

Method Details

CookieBehavior() public method

public CookieBehavior ( string key, string value ) : System
key string
value string
return System

Execute() public method

public Execute ( ) : void
return void