Язык

IDTSHttpClientConnection100.UseSecureConnection Свойство

Определение

Получает или устанавливает значение, указывающее, является ли соединение HTTPS или HTTP.

public:
 property bool UseSecureConnection { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(24)]
public bool UseSecureConnection { [System.Runtime.InteropServices.DispId(24)] get; [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<get: System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.UseSecureConnection : bool with get, set
Public Property UseSecureConnection As Boolean

Значение свойства

верно, если используется защищённое HTTP-соединение; в противном случае — ложь.

Атрибуты

Комментарии

Дополнительные сведения см. в разделе HttpClientConnection100Class.

Применяется к