Intersoft ClientUI Documentation
FromUri Property (AuthenticatingEventArgs)



Gets the uniform resource identifier (URI) of the page requesting authentication.
Syntax
Public ReadOnly Property FromUri As Uri
Dim instance As AuthenticatingEventArgs
Dim value As Uri
 
value = instance.FromUri
public Uri FromUri {get;}
public:
property Uri^ FromUri {
   Uri^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AuthenticatingEventArgs Class
AuthenticatingEventArgs Members

Send Feedback