Android.Net.Uri.Port Property
Gets the port from the authority for this URI.

Syntax

[get: Android.Runtime.Register("getPort", "()I", "GetGetPortHandler")]
public abstract int Port { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the port from the authority for this URI. For example, if the authority is "google.com:80", this method will return 80.

[Android Documentation]

Requirements

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