XdsObjects Help file
MedicalConnections.Security Namespace / TlsClientBouncyCastle Class / HttpProvider Property



HttpProvider Property (TlsClientBouncyCastle)
The mechanism used to handle HTTP requests using this security object
Syntax
Public ReadOnly Property HttpProvider As Nullable(Of HttpProvider)
Dim instance As TlsClientBouncyCastle
Dim value As Nullable(Of HttpProvider)
 
value = instance.HttpProvider
public Nullable<HttpProvider> HttpProvider {get;}
public:
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