Java.Net.SocketImpl.SetPerformancePreferences Method
Sets performance preference for connection time, latency and bandwidth.

Syntax

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

Parameters

connectionTime
the importance of connect time.
latency
the importance of latency.
bandwidth
the importance of bandwidth.

Remarks

Sets performance preference for connection time, latency and bandwidth. Does nothing by default.

[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