BasePipeSecureProtocol Property |
Returns the SSL/TLS protocol securing this connection
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public SslProtocols SecureProtocol { get; }
Public ReadOnly Property SecureProtocol As SslProtocols
Get
public:
property SslProtocols SecureProtocol {
SslProtocols get ();
}
Property Value
Type:
SslProtocolsSee Also