Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public HttpProxyServerConfig()
 {
     SslConfig         = new TlsNetworkLayerConfig(true, false);
     ProxyUsername     = "******";
     ProxyPassword     = "******";
     AuthRealm         = "canape.local";
     ConnectionRetries = 2;
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="config">The SSL Configuration</param>
 public TlsNetworkLayerFactory(TlsNetworkLayerConfig config)
 {
     Config      = config;
     Description = Properties.Resources.SslNetworkLayerFactory_Description;
 }