V
Valery
Sorry if this is the wrong group - I am using WCF in C#.
I would like to set a non-secure (SecurityMode.None) binding for:
NetPeerTcpBinding binding = new NetPeerTcpBinding();
but binding.Security.Mode is read-only and set to
SecurityMode.Transport by default.
It is possble to set it for NetTcpBinding.
How can I swtch-off Authentication at least?
Tahnks,
Valery
I would like to set a non-secure (SecurityMode.None) binding for:
NetPeerTcpBinding binding = new NetPeerTcpBinding();
but binding.Security.Mode is read-only and set to
SecurityMode.Transport by default.
It is possble to set it for NetTcpBinding.
How can I swtch-off Authentication at least?
Tahnks,
Valery