System.Web.Services.Protocols.MimeParameterWriter.GetRequestUrl Method

When overridden in a derived class, modifies the outgoing HTTP request's Uniform Request Locator (URL).

Syntax

public virtual string GetRequestUrl (string url, object[] parameters)

Parameters

url
The HTTP request's original Uniform Resource Locator (URL).
parameters
The Web method parameter values to be added to the URL, if necessary.

Returns

A string object that contains the modified, outgoing HTTP request's Uniform Request Locator (URL).

Remarks

Of the classes derived from System.Web.Services.Protocols.MimeParameterWriter, only System.Web.Services.Protocols.UrlParameterWriter modifies the HTTP request URL.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0