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
Remarks
Requirements
Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17