UploadSettingSetLogToFile Method |
Log file to record HTTP operations.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public UploadSetting SetLogToFile(
string httpLogFile
)
Public Function SetLogToFile (
httpLogFile As String
) As UploadSetting
public:
UploadSetting^ SetLogToFile(
String^ httpLogFile
)
member SetLogToFile :
httpLogFile : string -> UploadSetting
Parameters
- httpLogFile
- Type: SystemString
Return Value
Type:
UploadSettingSee Also