New Post: [en] This framework is very good. I can provide you with a set of...
Thanks a lot! Translating the documentation to Chinese would be absolutely great! I can give you Editor role so you can add new wiki pages in Chinese to this project directly. We also hope that you...
View ArticleCreated Unassigned: Log on to the server. [2096]
I have used credentials.Add (AuthRequestMessage.CREDENTIAL_USERNAME, LoginViewModel.Account); credentials.Add (AuthRequestMessage.CREDENTIAL_PASSWORD, LoginViewModel.Password);...
View ArticleNew Post: [en] Log on to the server.
youdontcay wrote: I have used credentials.Add (AuthRequestMessage.CREDENTIAL_USERNAME, LoginViewModel.Account); credentials.Add (AuthRequestMessage.CREDENTIAL_PASSWORD, LoginViewModel.Password);...
View ArticleCommented Unassigned: Log on to the server. [2096]
I have used credentials.Add (AuthRequestMessage.CREDENTIAL_USERNAME, LoginViewModel.Account); credentials.Add (AuthRequestMessage.CREDENTIAL_PASSWORD, LoginViewModel.Password);...
View ArticleNew Post: [en] Log on to the server.
Please use ServerSession.CurrentSession property:// get server-side identity of the current clientvar currentUser = ServerSession.CurrentSession.Identity;Make sure that your implementation of...
View ArticleClosed Unassigned: Log on to the server. [2096]
I have used credentials.Add (AuthRequestMessage.CREDENTIAL_USERNAME, LoginViewModel.Account); credentials.Add (AuthRequestMessage.CREDENTIAL_PASSWORD, LoginViewModel.Password);...
View ArticleUpdated Wiki: Documentation
Deutsche DokumentationEnglish DocumentationAPI ReferenceAlso available: API reference with F# syntax definitionsAPI reference for Zyan version 2.0
View ArticleSource code checked in, #35170
[en] Added Zyan 2.5 component for the Xamarin Component Store.
View ArticleSource code checked in, #35292
[en] Split Zyan.Examples.Android.Shared.csproj into two projects (Xamarin Component Store doesn't support portable libraries).
View ArticleSource code checked in, #35293
[en] Updated Xamarin component package to meet the component store requirements.
View ArticleNew Post: Public key changed since the message was encrypted.
My client and server on the same WPF program. I tried starting a separate thread if (cs.IsServer) { s_bShutDownServerThread = false; s_serverThread =...
View ArticleNew Post: [en] Public key changed since the message was encrypted.
Hi, you're using duplex TCP channel to connect within the same AppDomain. TcpEx channel doesn't support this by design. Please use either IpcBinary channel or NullChannel to connect within the same...
View ArticleNew Post: [en] Public key changed since the message was encrypted.
Likely to improve zyan achieve this support?
View ArticleNew Post: [en] Public key changed since the message was encrypted.
No, this is by design. Using encrypted duplex TCP channel within the same AppDomain makes no sense. Please use another protocol for the in-process communication. You can start several ZyanComponentHost...
View ArticleNew Post: [en] Public key changed since the message was encrypted.
My goal is to make part of the client can be used directly. Do not go without care services, or start the service In some cases serve only one customer. Can I System.AppDomain appDomain =...
View ArticleNew Post: [en] Public key changed since the message was encrypted.
Duplex communication system is very important for now I do not want to change him.
View ArticleNew Post: [en] Public key changed since the message was encrypted.
I have a client that needs updating to notify his client update. What better solution do? Thank you
View ArticleNew Post: [en] Public key changed since the message was encrypted.
My goal is to make part of the client can be used directly. Do not go without care services, or start the service In some cases serve only one customer. I see, it makes sense when you have only one...
View ArticleNew Post: [en] Public key changed since the message was encrypted.
Duplex communication system is very important for now I do not want to change him. I don't suggest to change it. I suggest to use two component hosts in parallel: one for duplex TCP connections,...
View Article