ManualRequestFileRequestFormUrl Property |
Gets or sets the URL used in the request form, where data will be posted to in order to obtain the response document. Set or override this if you are using the SOLO Server Dedicated URL option or purchased SOLO Server.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public virtual string RequestFormUrl { get; set; }
Public Overridable Property RequestFormUrl As String
Get
Set
public:
virtual property String^ RequestFormUrl {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also