Simple.Services.Remoting.RemotingConfig.GetChannel C# (CSharp) Method

GetChannel() public method

public GetChannel ( ) : IChannelReceiver
return IChannelReceiver
        public IChannelReceiver GetChannel()
        {
            Uri uri = GetUriFromAddressBase();
            logger.DebugFormat("Creating channel for URI {0}...", uri);
            return ChannelSelector.Do.GetHandler(uri).CreateServerChannel(null, uri);
        }