Android.Net.SSLCertificateSocketFactory.SetUseSessionTickets Method
Enables support on the given socket.

Syntax

[Android.Runtime.Register("setUseSessionTickets", "(Ljava/net/Socket;Z)V", "GetSetUseSessionTickets_Ljava_net_Socket_ZHandler")]
public virtual void SetUseSessionTickets (Java.Net.Socket socket, bool useSessionTickets)

Parameters

socket
a socket created by this factory
useSessionTickets
true to enable session ticket support on this socket.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the socket was not created by this factory.

Remarks

Enables support on the given socket.

[Android Documentation]

Requirements

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