Beispiel #1
0
 public UserAgent ParseUserAgent(String agentString)
 {
     return(uaParser.Parse(agentString));
 }