HttpUriValidationResult enumeration
Specifies the results of a URI validation.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration HttpUriValidationResult
'Usage
Dim instance As HttpUriValidationResult
public enum HttpUriValidationResult
Members
Member name | Description | |
---|---|---|
Valid | Value = 0. The URI is valid. | |
InvalidFormat | Value = 1. The URI is not valid. | |
NotHttpBased | Value = 2. The URI is not based on the HTTP protocol. |