Android.Resource.Attribute.Port Field
Specify a URI authority port that is handled, as per Android.Content.IntentFilter.AddDataAuthority(string, System.String).

Value: 16842793

Syntax

[Android.Runtime.Register("port")]
public const int Port

Remarks

Specify a URI authority port that is handled, as per Android.Content.IntentFilter.AddDataAuthority(string, System.String). If a host is supplied but not a port, any port is matched.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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