Android.Net.SSLSessionCache Class
File-based cache of established SSL sessions.

See Also: SSLSessionCache Members

Syntax

[Android.Runtime.Register("android/net/SSLSessionCache", DoNotGenerateAcw=true)]
public sealed class SSLSessionCache : Java.Lang.Object

Remarks

File-based cache of established SSL sessions. When re-establishing a connection to the same server, using an SSL session cache can save some time, power, and bandwidth by skipping directly to an encrypted stream. This is a persistent cache which can span executions of the application.

See Also

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8