次の方法で共有


Transmission コンストラクター

定義

オーバーロード

Transmission()

Transmission クラスの新しいインスタンスを初期化します。 このオーバーロードはテスト目的です。

Transmission(Uri, ICollection<ITelemetry>, TimeSpan)

Transmission クラスの新しいインスタンスを初期化します。

Transmission(Uri, Byte[], String, String, TimeSpan)

Transmission クラスの新しいインスタンスを初期化します。

Transmission()

Transmission クラスの新しいインスタンスを初期化します。 このオーバーロードはテスト目的です。

protected internal Transmission ();
Protected Friend Sub New ()

適用対象

Transmission(Uri, ICollection<ITelemetry>, TimeSpan)

Transmission クラスの新しいインスタンスを初期化します。

public Transmission (Uri address, System.Collections.Generic.ICollection<Microsoft.ApplicationInsights.Channel.ITelemetry> telemetryItems, TimeSpan timeout = default);
new Microsoft.ApplicationInsights.Channel.Transmission : Uri * System.Collections.Generic.ICollection<Microsoft.ApplicationInsights.Channel.ITelemetry> * TimeSpan -> Microsoft.ApplicationInsights.Channel.Transmission
Public Sub New (address As Uri, telemetryItems As ICollection(Of ITelemetry), Optional timeout As TimeSpan = Nothing)

パラメーター

address
Uri
telemetryItems
ICollection<ITelemetry>
timeout
TimeSpan

適用対象

Transmission(Uri, Byte[], String, String, TimeSpan)

Transmission クラスの新しいインスタンスを初期化します。

public Transmission (Uri address, byte[] content, string contentType, string contentEncoding, TimeSpan timeout = default);
new Microsoft.ApplicationInsights.Channel.Transmission : Uri * byte[] * string * string * TimeSpan -> Microsoft.ApplicationInsights.Channel.Transmission
Public Sub New (address As Uri, content As Byte(), contentType As String, contentEncoding As String, Optional timeout As TimeSpan = Nothing)

パラメーター

address
Uri
content
Byte[]
contentType
String
contentEncoding
String
timeout
TimeSpan

適用対象