FinishedRequestTimings.WasSocketReused 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.
Returns whether the socket was reused from a previous request.
[Android.Runtime.Register("wasSocketReused", "()Z", "", ApiSince=37)]
public bool WasSocketReused();
[<Android.Runtime.Register("wasSocketReused", "()Z", "", ApiSince=37)>]
member this.WasSocketReused : unit -> bool
Returns
true if a socket has been reused.
- Attributes