C# 클래스 Castle.ManagementExtensions.Remote.Providers.AbstractServerProvider

Summary description for AbstractServerProvider.
상속: MServerProvider, MProvider
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
AbstractServerProvider ( ) : System
Accepts ( String url ) : bool
Connect ( String url, System properties ) : MConnector
CreateServer ( String url, System properties, MServer server ) : MConnectorServer

보호된 메소드들

메소드 설명
AcceptsChannel ( String channel ) : bool
AcceptsFormatter ( String formatter ) : bool
GetHost ( NameValueCollection properties ) : String
GetPort ( NameValueCollection properties ) : int
StripUrl ( String url ) : String[]

메소드 상세

AbstractServerProvider() 공개 메소드

public AbstractServerProvider ( ) : System
리턴 System

Accepts() 공개 메소드

public Accepts ( String url ) : bool
url String
리턴 bool

AcceptsChannel() 보호된 추상적인 메소드

protected abstract AcceptsChannel ( String channel ) : bool
channel String
리턴 bool

AcceptsFormatter() 보호된 추상적인 메소드

protected abstract AcceptsFormatter ( String formatter ) : bool
formatter String
리턴 bool

Connect() 공개 추상적인 메소드

public abstract Connect ( String url, System properties ) : MConnector
url String
properties System
리턴 Castle.ManagementExtensions.Remote.Client.MConnector

CreateServer() 공개 추상적인 메소드

public abstract CreateServer ( String url, System properties, MServer server ) : MConnectorServer
url String
properties System
server MServer
리턴 Castle.ManagementExtensions.Remote.Server.MConnectorServer

GetHost() 보호된 메소드

protected GetHost ( NameValueCollection properties ) : String
properties System.Collections.Specialized.NameValueCollection
리턴 String

GetPort() 보호된 메소드

protected GetPort ( NameValueCollection properties ) : int
properties System.Collections.Specialized.NameValueCollection
리턴 int

StripUrl() 보호된 메소드

protected StripUrl ( String url ) : String[]
url String
리턴 String[]