WCF UDP transport



Hi,

I'm trying to write a simple IM which will be based on WCF. For NAT
traversing I use STUN method to get public addresses of peers. That
implies the use of UDP transmission, but it is not implemented in
WCF.
I found the UDP Transport Sample and I managed to set up the service,
but i have problems to configure the client. Client receives the
address of service and has to configure the connection from the code,
without use of App.config file.


I'll be thankful for any help
.



Relevant Pages

  • RE: WCF Security Issue
    ... ** Is your WCF service designed to use domain ... both wsHttpbinding and netTcpBinding support message ... Then, for your WCF client, you can use the current logon user's credential ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: System.Configuration does not support config files for libraries.
    ... Seems what you want to do is sharing some custom classes/types between the WCF service and client application. ... For WCF there is type sharing support. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: WCF Contract Design Best Practices Question
    ... don't have to worry about maintaining client apps. ... I had this thought that I could host my WFC client proxies in this library ... my WCF object I'm still going to have to ... properties that are used just for the web service. ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: Comet implementation in WCF
    ... As for the WCF Comet service scenario you mentioned, ... So far based on my research, at server-side, WCF method can use ... Microsoft MSDN Online Support Lead ... I am developing a WCF Comet web service, where client requests gets queued ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • RE: MessageSecurityException when consuming WCF service
    ... I am not sure whether this is an appropriate place to ask WCF query. ... client application it fails and throws an exception. ...
    (microsoft.public.dotnet.languages.csharp)

Loading