ValidateUrn Method

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

Parses urn string into Uri variables.

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

Syntax

'Declaration
Protected Sub ValidateUrn ( _
    uri As String _
)
protected void ValidateUrn(
    string uri
)
protected:
void ValidateUrn(
    String^ uri
)
member ValidateUrn : 
        uri:string -> unit 
protected function ValidateUrn(
    uri : String
)

Parameters

.NET Framework Security

See Also

Reference

Uri Class

System Namespace