Example #1
0
        public IClientInputChannel Clone()
        {
            FacebookClientChannel channel = new FacebookClientChannel();

            channel.Hostname  = Hostname;
            channel.Port      = Port;
            channel.IsSecured = IsSecured;
            channel.MaxConcurrentConnections = MaxConcurrentConnections;
            channel.CredentialsProvider      = CredentialsProvider;

            return(channel);
        }
        public IClientInputChannel Clone()
        {
            FacebookClientChannel channel = new FacebookClientChannel();
            channel.Hostname = Hostname;
            channel.Port = Port;
            channel.IsSecured = IsSecured;
            channel.MaxConcurrentConnections = MaxConcurrentConnections;
            channel.CredentialsProvider = CredentialsProvider;

            return channel;
        }