System.UriPartial Enum

public enum UriPartial

Base Types

Object
  ValueType
    Enum
      UriPartial

Assembly

System

Library

Networking

Summary

Specifies URI components.

Description

[Note: The UriPartial enumeration defines the values that are passed to the System.Uri.GetLeftPart(System.UriPartial) method.]

See Also

System Namespace

Members

UriPartial Fields

UriPartial.Authority Field
UriPartial.Path Field
UriPartial.Scheme Field
UriPartial.value__ Field


UriPartial.Authority Field

Authority = 1;

Summary

Specifies the authority component of a URI.

See Also

System.UriPartial Enum, System Namespace

UriPartial.Path Field

Path = 2;

Summary

Specifies the path component of a URI.

See Also

System.UriPartial Enum, System Namespace

UriPartial.Scheme Field

Scheme = 0;

Summary

Specifies the scheme component of a URI.

See Also

System.UriPartial Enum, System Namespace

UriPartial.value__ Field

value__;

See Also

System.UriPartial Enum, System Namespace