Exemplo n.º 1
0
 protected SslStreamTestParameters(SslStreamTestParameters other)
     : base(other)
 {
     Type = other.Type;
     ExpectClientException = other.ExpectClientException;
     ExpectServerException = other.ExpectServerException;
 }
Exemplo n.º 2
0
 protected SslStreamTestParameters(SslStreamTestParameters other)
     : base(other)
 {
     Type = other.Type;
 }