Http1TransportSettings.GetTransportType Method

Definition

Gets the transport type for this settings class.

public Microsoft.Azure.Devices.Client.TransportType GetTransportType ();
abstract member GetTransportType : unit -> Microsoft.Azure.Devices.Client.TransportType
override this.GetTransportType : unit -> Microsoft.Azure.Devices.Client.TransportType
Public Function GetTransportType () As TransportType

Returns

HyperText Transfer Protocol transport type. Http1

Implements

Applies to