Home
last modified time | relevance | path

Searched refs:service_endpoint_uri (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-applicationinsights/applicationinsights-0.11.10/applicationinsights/channel/
H A DSenderBase.py21 def __init__(self, service_endpoint_uri): argument
27 self._service_endpoint_uri = service_endpoint_uri
33 def service_endpoint_uri(self): member in SenderBase
44 @service_endpoint_uri.setter
45 def service_endpoint_uri(self, value): member in SenderBase
H A DSynchronousSender.py7 def __init__(self, service_endpoint_uri=None): argument
13 SenderBase.__init__(self, service_endpoint_uri or DEFAULT_ENDPOINT_URL)
H A DAsynchronousSender.py16 def __init__(self, service_endpoint_uri=None): argument
26 SenderBase.__init__(self, service_endpoint_uri or DEFAULT_ENDPOINT_URL)
/dports/devel/py-applicationinsights/applicationinsights-0.11.10/tests/applicationinsights_tests/channel_tests/
H A DTestSenderBase.py24 self.assertEqual('http://tempuri.org/', actual.service_endpoint_uri)
30 self.assertEqual('http://tempuri.org/', actual.service_endpoint_uri)
31 actual.service_endpoint_uri = 'foo'
32 self.assertEqual('foo', actual.service_endpoint_uri)
H A DTestSynchronousSender.py13 … self.assertEqual('https://dc.services.visualstudio.com/v2/track', sender.service_endpoint_uri)
H A DTestAsynchronousSender.py14 … self.assertEqual('https://dc.services.visualstudio.com/v2/track', sender.service_endpoint_uri)
/dports/devel/py-applicationinsights/applicationinsights-0.11.10/applicationinsights/django/
H A Dcommon.py56 …sender = applicationinsights.channel.AsynchronousSender(service_endpoint_uri=channel_settings.endp…
/dports/devel/py-applicationinsights/applicationinsights-0.11.10/tests/applicationinsights_tests/logging_tests/
H A DTestLoggingHandler.py41 self.assertEqual(handler.client.channel.sender.service_endpoint_uri, 'http://bar')
/dports/devel/py-azure-mgmt-botservice/azure-mgmt-botservice-0.3.0/azure/mgmt/botservice/models/
H A D_models.py112 self.service_endpoint_uri = None
H A D_models_py3.py112 self.service_endpoint_uri = None