public MapStringString(MapStringString other) : this(FiftyOneDegreesPatternV3PINVOKE.new_MapStringString__SWIG_1(MapStringString.getCPtr(other)), true)
 {
     if (FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
        public string getMatchJson(MapStringString headers)
        {
            string ret = FiftyOneDegreesTrieV3PINVOKE.Provider_getMatchJson__SWIG_1(swigCPtr, MapStringString.getCPtr(headers));

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public MapStringString(MapStringString other) : this(otapiPINVOKE.new_MapStringString__SWIG_1(MapStringString.getCPtr(other)), true)
 {
     if (otapiPINVOKE.SWIGPendingException.Pending)
     {
         throw otapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
        public Match getMatch(MapStringString headers)
        {
            global::System.IntPtr cPtr = FiftyOneDegreesTrieV3PINVOKE.Provider_getMatch__SWIG_1(swigCPtr, MapStringString.getCPtr(headers));
            Match ret = (cPtr == global::System.IntPtr.Zero) ? null : new Match(cPtr, true);

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #5
0
        public Match getMatchWithTolerances(MapStringString headers, int drift, int difference)
        {
            global::System.IntPtr cPtr = FiftyOneDegreesTrieV3PINVOKE.Provider_getMatchWithTolerances__SWIG_1(swigCPtr, MapStringString.getCPtr(headers), drift, difference);
            Match ret = (cPtr == global::System.IntPtr.Zero) ? null : new Match(cPtr, false);

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }