TelemetryChannel.EndpointAddress Property

Gets or sets the HTTP address where the telemetry is sent.

Namespace: Microsoft.ApplicationInsights.Channel
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As TelemetryChannel
Dim value As String

value = instance.EndpointAddress

instance.EndpointAddress = value

Syntax

'Declaration
Public Property EndpointAddress As String
public string EndpointAddress { get; set; }
public:
property String^ EndpointAddress {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_EndpointAddress ()

/** @property */
public void set_EndpointAddress (String value)
public function get EndpointAddress () : String

public function set EndpointAddress (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

TelemetryChannel Class
TelemetryChannel Members
Microsoft.ApplicationInsights.Channel Namespace