robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..GetFileSizeHttp Method

Get file size from http address, return -1 if error.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static long GetFileSizeHttp(
	string httpUrl
)
Public Shared Function GetFileSizeHttp ( _
	httpUrl As String _
) As Long
public:
static long long^ GetFileSizeHttp(
	String^ httpUrl
)

Parameters

httpUrl
Type: String
The HTTP URL.

Return Value

size