ValidateUriPart Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Validates that part of Uri after scheme is valid for an unknown Uri scheme.

Namespace:  System
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Protected Sub ValidateUriPart ( _
    uriString As String, _
    startIndex As Integer _
)
protected void ValidateUriPart(
    string uriString,
    int startIndex
)
protected:
void ValidateUriPart(
    String^ uriString, 
    int startIndex
)
member ValidateUriPart : 
        uriString:string * 
        startIndex:int -> unit 
protected function ValidateUriPart(
    uriString : String, 
    startIndex : int
)

Parameters

  • startIndex
    Type: System. . :: . .Int32
    The index in the string where the Uri part (after scheme) starts.

.NET Framework Security

See Also

Reference

Uri Class

System Namespace