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

Summary description for DummySmtpServer.
Inheritance: MDynamicSupport
Afficher le fichier Open project: nats/castle-1.0.3-mono

Protected Properties

Свойство Type Description
Started bool
port int

Méthodes publiques

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

public DummySmtpServer ( ) : System
Résultat System

GetAttributeValue() public méthode

public GetAttributeValue ( string name ) : object
name string
Résultat object

Invoke() public méthode

public Invoke ( string action, object args, Type signature ) : object
action string
args object
signature System.Type
Résultat object

SetAttributeValue() public méthode

public SetAttributeValue ( string name, object value ) : void
name string
value object
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Started protected_oe property

protected bool Started
Résultat bool

port protected_oe property

protected int port
Résultat int