m_OriginalUriString Field

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

Contains the original URI string that was passed to the Uri constructor.

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

Syntax

'Declaration
Protected m_OriginalUriString As String
protected string m_OriginalUriString
protected:
String^ m_OriginalUriString
val mutable m_OriginalUriString: string
protected var m_OriginalUriString : String

.NET Framework Security

See Also

Reference

Uri Class

System Namespace