ConstructAbsoluteUri Method

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

Constructs an absolute Uri from a URI string.

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

Syntax

'Declaration
Protected Sub ConstructAbsoluteUri ( _
    ByRef uriString As String _
)
protected void ConstructAbsoluteUri(
    ref string uriString
)
protected:
void ConstructAbsoluteUri(
    String^% uriString
)
member ConstructAbsoluteUri : 
        uriString:string byref -> unit 
protected function ConstructAbsoluteUri(
    uriString : String
)

Parameters

.NET Framework Security

See Also

Reference

Uri Class

System Namespace