Java.Net.Socket.SetPerformancePreferences Method
Sets performance preferences for connectionTime, latency and bandwidth.

Syntax

[Android.Runtime.Register("setPerformancePreferences", "(III)V", "GetSetPerformancePreferences_IIIHandler")]
public virtual void SetPerformancePreferences (int connectionTime, int latency, int bandwidth)

Parameters

connectionTime
the value representing the importance of a short connecting time.
latency
the value representing the importance of low latency.
bandwidth
the value representing the importance of high bandwidth.

Remarks

Sets performance preferences for connectionTime, latency and bandwidth.

This method does currently nothing.

[Android Documentation]

Requirements

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