MimeParameterWriter::GetRequestUrl Method (String^, array<Object^>^)
.NET Framework (current version)
When overridden in a derived class, modifies the outgoing HTTP request's Uniform Request Locator (URL).
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- url
-
Type:
System::String^
The HTTP request's original Uniform Resource Locator (URL).
- parameters
-
Type:
array<System::Object^>^
The Web method parameter values to be added to the URL, if necessary.
Return Value
Type: System::String^A String object that contains the modified, outgoing HTTP request's Uniform Request Locator (URL).
Of the classes derived from MimeParameterWriter, only UrlParameterWriter modifies the HTTP request URL.
.NET Framework
Available since 1.1
Available since 1.1
Show: