Пример #1
0
        public WsStream(SslStream innerStream)
            : this()
        {
            if (innerStream.IsNull())
            throw new ArgumentNullException("innerStream");

              _innerStream = innerStream;
              _isSecure    = true;
        }