3 references to SessionCookieContainerProperty
System.Workflow.Activities (3)
InvokeWebService.cs (3)
91
return (System.Net.CookieContainer)base.GetValue(
SessionCookieContainerProperty
);
95
base.SetValue(
SessionCookieContainerProperty
, value);
207
base.RemoveProperty(InvokeWebServiceActivity.
SessionCookieContainerProperty
);