This documentation is archived and is not being maintained.
DiscoveryReference.FilenameFromUrl Method
.NET Framework 1.1
Returns a file name based on the passed URL.
[Visual Basic] Protected Shared Function FilenameFromUrl( _ ByVal url As String _ ) As String [C#] protected static string FilenameFromUrl( string url ); [C++] protected: static String* FilenameFromUrl( String* url ); [JScript] protected static function FilenameFromUrl( url : String ) : String;
Parameters
- url
- The URL on which the name of the file is based.
Return Value
Name of the file based on the passed URL.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
DiscoveryReference Class | DiscoveryReference Members | System.Web.Services.Discovery Namespace
Show: