Javax.Net.Ssl.ISSLSession.GetValue Method
Returns the object bound to the specified name in this session's application layer data.

Syntax

[Android.Runtime.Register("getValue", "(Ljava/lang/String;)Ljava/lang/Object;", "GetGetValue_Ljava_lang_String_Handler:Javax.Net.Ssl.ISSLSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object GetValue (string name)

Parameters

name
the name of the bound value.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif name is null.

Remarks

Returns the object bound to the specified name in this session's application layer data.

[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