This documentation is archived and is not being maintained.
UrlParameterWriter.GetRequestUrl Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Overrides Public Function GetRequestUrl( _ ByVal url As String, _ ByVal parameters() As Object _ ) As String [C#] public override string GetRequestUrl( string url, object[] parameters ); [C++] public: String* GetRequestUrl( String* url, Object* parameters __gc[] ); [JScript] public override function GetRequestUrl( url : String, parameters : Object[] ) : String;
See Also
UrlParameterWriter Class | UrlParameterWriter Members | System.Web.Services.Protocols Namespace
Show: