Udostępnij za pośrednictwem


Transmission Konstruktory

Definicja

Przeciążenia

Transmission()

Inicjuje nowe wystąpienie klasy Transmission. To przeciążenie jest przeznaczone do celów testowych.

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

Inicjuje nowe wystąpienie klasy Transmission.

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

Inicjuje nowe wystąpienie klasy Transmission.

Transmission()

Inicjuje nowe wystąpienie klasy Transmission. To przeciążenie jest przeznaczone do celów testowych.

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

Dotyczy

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

Inicjuje nowe wystąpienie klasy Transmission.

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

Parametry

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

Dotyczy

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

Inicjuje nowe wystąpienie klasy Transmission.

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

Parametry

address
Uri
content
Byte[]
contentType
String
contentEncoding
String
apiKey
String

Klucz pozyskiwania 68 znaków z aria używany do modułu zbierającego

timeout
TimeSpan

Dotyczy