ExtendedSSLSession.RemoveValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the object bound to the given name in the session's application layer data.
[Android.Runtime.Register("removeValue", "(Ljava/lang/String;)V", "GetRemoveValue_Ljava_lang_String_Handler")]
public abstract void RemoveValue (string? name);
[<Android.Runtime.Register("removeValue", "(Ljava/lang/String;)V", "GetRemoveValue_Ljava_lang_String_Handler")>]
abstract member RemoveValue : string -> unit
Parameters
- name
- String
the name of the object to remove visible across different access control contexts
Implements
- Attributes
Remarks
Java documentation for javax.net.ssl.SSLSession.removeValue(java.lang.String).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.