.NET Framework Class Library
UriComponents Fields
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the parts of a Uri.

The following tables list the members exposed by the UriComponents type.

Public Fields

  NameDescription
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAbsoluteUriThe Scheme, UserInfo, Host, Port, LocalPath, Query, and Fragment data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFragmentThe Fragment data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkHostThe Host data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkHostAndPortThe Host and Port data. If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkHttpRequestUrlThe Scheme, Host, Port, LocalPath, and Query data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkKeepDelimiterSpecifies that the delimiter should be included.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPathThe LocalPath data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPathAndQueryThe LocalPath and Query data. Also see PathAndQuery.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPortThe Port data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkQueryThe Query data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemeThe Scheme data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSchemeAndServerThe Scheme, Host, and Port data.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSerializationInfoStringThe complete Uri context that is needed for Uri Serializers. The context includes the IPv6 scope.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStrongAuthorityThe UserInfo, Host, and Port data. If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStrongPortThe Port data. If no port data is in the Uri and a default port has been assigned to the Scheme, the default port is returned. If there is no default port, -1 is returned.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUserInfoThe UserInfo data.
See Also

Reference

UriComponents Type
System Namespace
Page view tracker