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
{{message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
HttpContenthttpContent=newStringContent(String.Format(GetResourceTextFile("WUIDRequest.xml"),awaitGetCookieAsync(),WuCategoryID),Encoding.UTF8,"application/soap+xml");//Load in the Xml for this FE3 request and format it a cookie and the provided WuCategoryID.
30
+
HttpContenthttpContent=newStringContent(String.Format(GetResourceTextFile("WUIDRequest.xml"),awaitGetCookieAsync(),WuCategoryID,MSAToken??_msaToken),Encoding.UTF8,"application/soap+xml");//Load in the Xml for this FE3 request and format it a cookie and the provided WuCategoryID.
HttpContenthttpContent=newStringContent(String.Format(GetResourceTextFile("WUIDRequest.xml"),awaitGetCookieAsync(),WuCategoryID),Encoding.UTF8,"application/soap+xml");//Load in the Xml for this FE3 request and format it a cookie and the provided WuCategoryID.
43
+
HttpContenthttpContent=newStringContent(String.Format(GetResourceTextFile("WUIDRequest.xml"),awaitGetCookieAsync(),WuCategoryID,MSAToken??_msaToken),Encoding.UTF8,"application/soap+xml");//Load in the Xml for this FE3 request and format it a cookie and the provided WuCategoryID.
HttpContenthttpContent=newStringContent(String.Format(GetResourceTextFile("FE3FileUrl.xml"),ID,RevisionIDs[UpdateIDs.IndexOf(ID)]),Encoding.UTF8,"application/soap+xml");//Loading the request xml from a file to keep things nice and tidy.
125
+
HttpContenthttpContent=newStringContent(String.Format(GetResourceTextFile("FE3FileUrl.xml"),ID,RevisionIDs[UpdateIDs.IndexOf(ID)],MSAToken??_msaToken),Encoding.UTF8,"application/soap+xml");//Loading the request xml from a file to keep things nice and tidy.
0 commit comments