Exemplo n.º 1
0
 /// <summary>
 /// Constructs a new detection match ready to be used to identify
 /// the profiles associated with the target User-Agent.
 /// </summary>
 /// <param name="targetUserAgent"></param>
 /// <param name="provider"></param>
 internal Match(
     Provider provider,
     string targetUserAgent)
     : this(provider)
 {
     State.Init(targetUserAgent);
 }