Castle.ManagementExtensions.Remote.Providers.TcpChannelProvider.AcceptsChannel C# (CSharp) 메소드

AcceptsChannel() 보호된 메소드

protected AcceptsChannel ( String channel ) : bool
channel String
리턴 bool
		protected override bool AcceptsChannel(String channel)
		{
			return "tcp".Equals(channel);
		}