TrafficStats.TagSocket(Socket) Method

Definition

Tag the given Socket with any statistics parameters active for the current thread.

[Android.Runtime.Register("tagSocket", "(Ljava/net/Socket;)V", "")]
public static void TagSocket (Java.Net.Socket socket);
[<Android.Runtime.Register("tagSocket", "(Ljava/net/Socket;)V", "")>]
static member TagSocket : Java.Net.Socket -> unit

Parameters

socket
Socket
Attributes

Exceptions

Remarks

Java documentation for android.net.TrafficStats.tagSocket(java.net.Socket).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also