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

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

공개 메소드들

메소드 설명
Connect ( String url, NameValueCollection properties ) : MConnector
CreateServer ( String url, NameValueCollection properties, MServer server ) : MConnectorServer
TcpChannelProvider ( ) : System

보호된 메소드들

메소드 설명
AcceptsChannel ( String channel ) : bool
AcceptsFormatter ( String formatter ) : bool

비공개 메소드들

메소드 설명
CreateChannel ( String formatter, NameValueCollection properties, bool createAsServer ) : TcpChannel

메소드 상세

AcceptsChannel() 보호된 메소드

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

AcceptsFormatter() 보호된 메소드

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

Connect() 공개 메소드

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

CreateServer() 공개 메소드

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

TcpChannelProvider() 공개 메소드

public TcpChannelProvider ( ) : System
리턴 System