You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed content submit type from MultipartContent to MultipartFormDataContent, as MultipartContent was adding extra bytes to the content resulting in rendering errors for certain types of files.
Changed Library to not override default JSON.net client settings regarding the StringEnumConverter Converter that was only referenced with the Dictionary class for SupportedFileTypes. As such appropriate setting declaration was moved inline with needed code block, so that the default behaviour of the client is to return ENUMS not strings for user's that also leverage JSON.net in the project.
Changed OutboundFax.PageHeader from int (!) to string
Fixed a bug in Outbound.GetCompleted so that it gets completed faxes now.
Signature change in GetCompleted from IEnumerable to params int[]