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

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

Значение true, если используется безопасное HTTP-подключение; в противном случае — значение false.

Атрибуты

Комментарии

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

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