示例#1
0
 public void setMaxMatchedUserAgentLength(int length)
 {
     DeviceDetectionHashEngineModulePINVOKE.ConfigDeviceDetectionSwig_setMaxMatchedUserAgentLength(swigCPtr, length);
     if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
     {
         throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }