CitrixVirtualUserScript SaveIcaFile Method C# API
Save the contents of an HTTP response as an ICA file.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void SaveIcaFile(
	Response response
)

Parameters

response
Type: Facilita.Web Response
The HTTP response containing the ICA file
Remarks

The file will be saved to IcaFilePath. The HTTP response will usually have a Content-Type of application/x-ica. The contents of the response may be base64 encoded. If so, they will be automatically decoded before saving.
See Also