We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654cef3 commit cf8673fCopy full SHA for cf8673f
ocaml/sdk-gen/csharp/autogen/src/Session.cs
@@ -48,7 +48,7 @@ public partial class Session : XenObject<Session>
48
/// <summary>
49
/// This string is used as the HTTP UserAgent for each request.
50
/// </summary>
51
- public static string UserAgent = $"XenAPI/{Helper.APIVersionString(API_Version.LATEST)}";
+ public static string UserAgent;
52
53
54
/// If null, no proxy is used, otherwise this proxy is used for each request.
0 commit comments