SSLSockets.SetUseSessionTickets(SSLSocket, Boolean) 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.
[Android.Runtime.Register("setUseSessionTickets", "(Ljavax/net/ssl/SSLSocket;Z)V", "", ApiSince=29)]
public static void SetUseSessionTickets (Javax.Net.Ssl.SSLSocket socket, bool useSessionTickets);
[<Android.Runtime.Register("setUseSessionTickets", "(Ljavax/net/ssl/SSLSocket;Z)V", "", ApiSince=29)>]
static member SetUseSessionTickets : Javax.Net.Ssl.SSLSocket * bool -> unit
Parameters
- socket
- SSLSocket
- useSessionTickets
- Boolean
- Attributes