Org.Apache.Http.Conn.Schemes.Scheme.ResolvePort Method
Resolves the correct port for this scheme.

Syntax

[Android.Runtime.Register("resolvePort", "(I)I", "")]
public int ResolvePort (int port)

Parameters

port
the port to be resolved, a negative number to obtain the default port

Returns

Documentation for this section has not yet been entered.

Remarks

Resolves the correct port for this scheme. Returns the given port if it is valid, the default port otherwise.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Conn.Schemes
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1