Download (Get the Stream) of file using wcf of sharepoint 2010 async2019 Community Moderator ElectionHow do I get the path of the assembly the code is in?How do I remedy the “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?Sharepoint 2010 custom WCF serviceSharepoint 2010 problems with WCF serviceWCF streaming from SharepointAuthenticating to Custom WCF Service in Sharepoint 2010“Access is denied” for a wcf deployed as SharePoint 2010 solutionWhy not inherit from List<T>?SharePoint 2010 Pull Library Preview TextSharepoint 2010 cannot connect to WCF web service. TCP error 10061

Welcoming 2019 Pi day: How to draw the letter π?

Is it normal that my co-workers at a fitness company criticize my food choices?

How do I change two letters closest to a string and one letter immediately after a string using Notepad++?

The German vowel “a” changes to the English “i”

Is it good practice to use Linear Least-Squares with SMA?

How do I hide Chekhov's Gun?

Print a physical multiplication table

Is "upgrade" the right word to use in this context?

How could a scammer know the apps on my phone / iTunes account?

Is there a symmetric-key algorithm which we can use for creating a signature?

Adventure Game (text based) in C++

Official degrees of earth’s rotation per day

What is the purpose or proof behind chain rule?

New passport but visa is in old (lost) passport

Fastest way to pop N items from a large dict

Violin - Can double stops be played when the strings are not next to each other?

Are ETF trackers fundamentally better than individual stocks?

Why do newer 737s use two different styles of split winglets?

As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?

What are substitutions for coconut in curry?

Have the tides ever turned twice on any open problem?

Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?

Is it insecure to send a password in a `curl` command?

Professor being mistaken for a grad student



Download (Get the Stream) of file using wcf of sharepoint 2010 async



2019 Community Moderator ElectionHow do I get the path of the assembly the code is in?How do I remedy the “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?Sharepoint 2010 custom WCF serviceSharepoint 2010 problems with WCF serviceWCF streaming from SharepointAuthenticating to Custom WCF Service in Sharepoint 2010“Access is denied” for a wcf deployed as SharePoint 2010 solutionWhy not inherit from List<T>?SharePoint 2010 Pull Library Preview TextSharepoint 2010 cannot connect to WCF web service. TCP error 10061










-1















hello i want get file from wcf of sharepoint 2010.



the only methode the context give :



context.BeginGetReadStream



context.EndGetReadStream



i did a lot of of researchers there no any answers










share|improve this question
























  • The question doesn't show what you have tried

    – mahlatse
    Mar 7 at 18:26















-1















hello i want get file from wcf of sharepoint 2010.



the only methode the context give :



context.BeginGetReadStream



context.EndGetReadStream



i did a lot of of researchers there no any answers










share|improve this question
























  • The question doesn't show what you have tried

    – mahlatse
    Mar 7 at 18:26













-1












-1








-1








hello i want get file from wcf of sharepoint 2010.



the only methode the context give :



context.BeginGetReadStream



context.EndGetReadStream



i did a lot of of researchers there no any answers










share|improve this question
















hello i want get file from wcf of sharepoint 2010.



the only methode the context give :



context.BeginGetReadStream



context.EndGetReadStream



i did a lot of of researchers there no any answers







c# wcf sharepoint-2010






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 7 at 15:39







MedZg

















asked Mar 7 at 15:28









MedZgMedZg

12




12












  • The question doesn't show what you have tried

    – mahlatse
    Mar 7 at 18:26

















  • The question doesn't show what you have tried

    – mahlatse
    Mar 7 at 18:26
















The question doesn't show what you have tried

– mahlatse
Mar 7 at 18:26





The question doesn't show what you have tried

– mahlatse
Mar 7 at 18:26












1 Answer
1






active

oldest

votes


















0














 var response = context.BeginGetReadStream(MyFile, _args, (ar) =>

using (System.IO.FileStream output = new FileStream(path, FileMode.Create))

aDS.EndGetReadStream(ar).Stream.CopyTo(output);



, null);


this is the solution and it's working






share|improve this answer






















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047373%2fdownload-get-the-stream-of-file-using-wcf-of-sharepoint-2010-async%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














     var response = context.BeginGetReadStream(MyFile, _args, (ar) =>

    using (System.IO.FileStream output = new FileStream(path, FileMode.Create))

    aDS.EndGetReadStream(ar).Stream.CopyTo(output);



    , null);


    this is the solution and it's working






    share|improve this answer



























      0














       var response = context.BeginGetReadStream(MyFile, _args, (ar) =>

      using (System.IO.FileStream output = new FileStream(path, FileMode.Create))

      aDS.EndGetReadStream(ar).Stream.CopyTo(output);



      , null);


      this is the solution and it's working






      share|improve this answer

























        0












        0








        0







         var response = context.BeginGetReadStream(MyFile, _args, (ar) =>

        using (System.IO.FileStream output = new FileStream(path, FileMode.Create))

        aDS.EndGetReadStream(ar).Stream.CopyTo(output);



        , null);


        this is the solution and it's working






        share|improve this answer













         var response = context.BeginGetReadStream(MyFile, _args, (ar) =>

        using (System.IO.FileStream output = new FileStream(path, FileMode.Create))

        aDS.EndGetReadStream(ar).Stream.CopyTo(output);



        , null);


        this is the solution and it's working







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 8 at 7:34









        MedZgMedZg

        12




        12





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047373%2fdownload-get-the-stream-of-file-using-wcf-of-sharepoint-2010-async%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

            Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

            List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229