fsshttp

CobaltCore assembly

故事扮演 提交于 2019-12-13 16:52:23
问题 I try to implement a custom Wopi host in C# that can handle the Cobalt Protocol using the CobaltCore assembly. But I didn't found any documentation for CobaltCore.dll Object browser is a little helpful.. Please provide some details if someone had similar issue. How I should use Cobalt to decipher the messages? 回答1: For word editing implementation go here: Can I just use Office Web Apps Server // fsshttpb payload, basically decode from base64 encoded byte[] test1 = System.Convert

How to implement MS-FSSHTTP for editing Word with WOPI host on C# and WOPI client is OWA [closed]

旧城冷巷雨未停 提交于 2019-12-07 04:51:14
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I am implementing MS-WOPI host with MS-WOPI client being Office Web Apps. I want to provide Word editing functionality and need to implement MS-FSSHTTP protocol. I read the documentation http://msdn.microsoft.com/en-us/library/dd943623(v=office.12).aspx and I also tried to fined