Javax.Net.Ssl.ISSLSessionContext.SessionCacheSize Property
Returns the size of the session cache for this session context.

Syntax

[get: Android.Runtime.Register("getSessionCacheSize", "()I", "GetGetSessionCacheSizeHandler:Javax.Net.Ssl.ISSLSessionContextInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setSessionCacheSize", "(I)V", "GetSetSessionCacheSize_IHandler:Javax.Net.Ssl.ISSLSessionContextInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int SessionCacheSize { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif size is negative.
Java.Lang.IllegalArgumentExceptionif size is negative.
Java.Lang.IllegalArgumentExceptionif size is negative.
Java.Lang.IllegalArgumentExceptionif size is negative.
Java.Lang.IllegalArgumentExceptionif size is negative.

Remarks

Get method documentation [Android Documentation]

Returns the size of the session cache for this session context.

Set method documentation [Android Documentation]

Sets the size of the session cache for this session context.

Requirements

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