HTTPSendGetFileHeader Method |
Returns the proper content information for
the file we are sending.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string GetFileHeader(
string Filename
)
Public Function GetFileHeader (
Filename As String
) As String
public:
String^ GetFileHeader(
String^ Filename
)
member GetFileHeader :
Filename : string -> string
Parameters
- Filename
- Type: SystemString
The local path to
the file that should be sent.
Return Value
Type:
StringAll file headers, properly formatted
in a string.
See Also