C# Class Castle.ManagementExtensions.Test.Components.DummySmtpServer

Summary description for DummySmtpServer.
Inheritance: MDynamicSupport
显示文件 Open project: nats/castle-1.0.3-mono

Protected Properties

Property Type Description
Started bool
port int

Public Methods

Method Description
DummySmtpServer ( ) : System
GetAttributeValue ( string name ) : object
Invoke ( string action, object args, Type signature ) : object
SetAttributeValue ( string name, object value ) : void
Start ( ) : void
Stop ( ) : void

Method Details

DummySmtpServer() public method

public DummySmtpServer ( ) : System
return System

GetAttributeValue() public method

public GetAttributeValue ( string name ) : object
name string
return object

Invoke() public method

public Invoke ( string action, object args, Type signature ) : object
action string
args object
signature System.Type
return object

SetAttributeValue() public method

public SetAttributeValue ( string name, object value ) : void
name string
value object
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

Started protected_oe property

protected bool Started
return bool

port protected_oe property

protected int port
return int