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