HttpStrings
class HttpStrings
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.Resources;
using System.Runtime.CompilerServices;
namespace Relativity.Transfer.Http.Resources
{
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[DebuggerNonUserCode]
[CompilerGenerated]
internal class HttpStrings
{
private static ResourceManager resourceMan;
private static CultureInfo resourceCulture;
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static ResourceManager ResourceManager {
get {
if (resourceMan == null)
resourceMan = new ResourceManager("Relativity.Transfer.Http.Resources.HttpStrings", typeof(HttpStrings).Assembly);
return resourceMan;
}
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
internal static string AuthenticationError => ResourceManager.GetString("AuthenticationError", resourceCulture);
internal static string AuthenticationTokenExceptionMessage => ResourceManager.GetString("AuthenticationTokenExceptionMessage", resourceCulture);
internal static string BufferOverflowExceptionMessage => ResourceManager.GetString("BufferOverflowExceptionMessage", resourceCulture);
internal static string ConnectionCheckDeleteFileMessage => ResourceManager.GetString("ConnectionCheckDeleteFileMessage", resourceCulture);
internal static string ConnectionCheckDownloadedFileNotFoundMessage => ResourceManager.GetString("ConnectionCheckDownloadedFileNotFoundMessage", resourceCulture);
internal static string ConnectionCheckDownloadFailedMessage => ResourceManager.GetString("ConnectionCheckDownloadFailedMessage", resourceCulture);
internal static string ConnectionCheckErrorMessage => ResourceManager.GetString("ConnectionCheckErrorMessage", resourceCulture);
internal static string ConnectionCheckGetDriveInfoMessage => ResourceManager.GetString("ConnectionCheckGetDriveInfoMessage", resourceCulture);
internal static string ConnectionCheckSuccessfulMessage => ResourceManager.GetString("ConnectionCheckSuccessfulMessage", resourceCulture);
internal static string ConnectionCheckUploadFailedMessage => ResourceManager.GetString("ConnectionCheckUploadFailedMessage", resourceCulture);
internal static string ConnectionError => ResourceManager.GetString("ConnectionError", resourceCulture);
internal static string ConnectionLostError => ResourceManager.GetString("ConnectionLostError", resourceCulture);
internal static string ConnectionTimeoutError => ResourceManager.GetString("ConnectionTimeoutError", resourceCulture);
internal static string CredentialCastExceptionMessage => ResourceManager.GetString("CredentialCastExceptionMessage", resourceCulture);
internal static string CredentialNotSUpportedExceptionMessage => ResourceManager.GetString("CredentialNotSUpportedExceptionMessage", resourceCulture);
internal static string DnsError => ResourceManager.GetString("DnsError", resourceCulture);
internal static string ForbiddenError => ResourceManager.GetString("ForbiddenError", resourceCulture);
internal static string GenericHttpConnectionError => ResourceManager.GetString("GenericHttpConnectionError", resourceCulture);
internal static string => ResourceManager.GetString("ServiceUnavailableError", resourceCulture);
internal static string TransferFailedExceptionMessage => ResourceManager.GetString("TransferFailedExceptionMessage", resourceCulture);
internal static string => ResourceManager.GetString("WorkspaceFileSharePathExceptionMessage", resourceCulture);
internal HttpStrings()
{
}
}
}