Javax.Net.Ssl.ISSLSession.PutValue Method
Binds the specified object under the specified name in this session's application layer data.

Syntax

[Android.Runtime.Register("putValue", "(Ljava/lang/String;Ljava/lang/Object;)V", "GetPutValue_Ljava_lang_String_Ljava_lang_Object_Handler:Javax.Net.Ssl.ISSLSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void PutValue (string name, Java.Lang.Object value)

Parameters

name
the name to bind the object to.
value
the object to bind.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif either name or value is null.

Remarks

Binds the specified object under the specified name in this session's application layer data.

For bindings (new or existing) implementing 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