Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
#2 adding a comment about how we better can support the ad proxy case.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbakirov committed Mar 1, 2019
1 parent 72b822f commit dffee44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SPMeta2.NintexExt.CSOM.SP13/Handlers/NintexFormHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ public override void DeployModel(object modelHost, DefinitionBase model)
DataContractJsonSerializer ser = new DataContractJsonSerializer(typeof(NintexFormSerialize));
ser.WriteObject(requestStream, serializedObject);
requestStream.Close();
//TODO:
// instead if using requestor.execute, run the following
// ClientRuntimeContext.SetupRequestCredential(m_context, m_webRequest);
// this has to be done via reflection context.FireExecutingWebRequestEvent(new WebRequestEventArgs(webrequestexecutor));
executor.Execute();
string result = "";

Expand Down

0 comments on commit dffee44

Please sign in to comment.