Javax.Net.Ssl.ISSLSession.RemoveValue Method
Removes the binding for the specified name in this session's application layer data.

Syntax

[Android.Runtime.Register("removeValue", "(Ljava/lang/String;)V", "GetRemoveValue_Ljava_lang_String_Handler:Javax.Net.Ssl.ISSLSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RemoveValue (string name)

Parameters

name
the binding to remove.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif name is null.

Remarks

Removes the binding for the specified name in this session's application layer data. If the existing binding implements the SSLSessionBindingListener interface the object will be notified.

[Android Documentation]

Requirements

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