GraphQL: WIP JobRunner Job GraphQL

This commit is contained in:
Jonathan Jenne
2020-05-13 16:36:51 +02:00
parent 5b829e8ef1
commit 32ac19cbd0
23 changed files with 773 additions and 49 deletions

View File

@@ -122,6 +122,7 @@ Public Class GraphQLInterface
oRequest.ContentLength = PostData.Length
oRequest.ClientCertificates.Add(_certificate)
oRequest.CookieContainer = GetCookies()
oRequest.Proxy = Nothing
If Proxy Is Nothing Then