C# 클래스 Castle.ManagementExtensions.Test.Components.DummySmtpServer

Summary description for DummySmtpServer.
상속: MDynamicSupport
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 프로퍼티들

프로퍼티 타입 설명
Started bool
port int

공개 메소드들

메소드 설명
DummySmtpServer ( ) : System
GetAttributeValue ( string name ) : object
Invoke ( string action, object args, Type signature ) : object
SetAttributeValue ( string name, object value ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

DummySmtpServer() 공개 메소드

public DummySmtpServer ( ) : System
리턴 System

GetAttributeValue() 공개 메소드

public GetAttributeValue ( string name ) : object
name string
리턴 object

Invoke() 공개 메소드

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

SetAttributeValue() 공개 메소드

public SetAttributeValue ( string name, object value ) : void
name string
value object
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

Started 보호되어 있는 프로퍼티

protected bool Started
리턴 bool

port 보호되어 있는 프로퍼티

protected int port
리턴 int