XdsObjects Help file
MedicalConnections.Security Namespace / ITlsClientSecurity Interface / HttpProvider Property



In This Topic
    HttpProvider Property (ITlsClientSecurity)
    In This Topic
    The mechanism used for handling security
    Syntax
    ReadOnly Property HttpProvider As Nullable(Of HttpProvider)
    Dim instance As ITlsClientSecurity
    Dim value As Nullable(Of HttpProvider)
     
    value = instance.HttpProvider
    Nullable<HttpProvider> HttpProvider {get;}
    property Nullable<HttpProvider> HttpProvider {
       Nullable<HttpProvider> get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also