Windward Engine API Reference
Url Property
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.odata.odatav123 Namespace > HTTPClientRequestMessage Class : Url Property




Glossary Item Box

Get the request uri. Set is not supported.

Syntax

Visual Basic (Declaration) 
Public Property Url As Uri
Visual Basic (Usage)Copy Code
Dim instance As HTTPClientRequestMessage
Dim value As Uri
 
instance.Url = value
 
value = instance.Url
C# 
public Uri Url {get; set;}
Managed Extensions for C++ 
public: __property Uri* get_Url();
public: __property void set_Url( 
   Uri* value
);
C++/CLI 
public:
property Uri^ Url {
   Uri^ get();
   void set (    Uri^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.