This is a general tag used for all kinds of logic that reside in some receiving or sending scenario.
How do I determine the remote IP Address of a connected socket? I have a RemoteEndPoint object I can access …
c# sockets endpointsI was under the impression that an endpoint was defined in a config file as the list of possible clients …
c# wcf endpointsMy first few attempts at creating a self hosted service. Trying to make something up which will accept a query …
wcf console-application endpoints self-hostingWhat I am trying to do is get a SINGLE WCF Service to work in the development environment which is …
.net wcf web-services endpointsI am trying to consume a WCF web service from a .NET client application, and I think I need to …
wcf web-services endpointsI've got an assembly containing several WCF services, each with its own contract. It all works nicely. The service config …
wcf app-config endpoints base-addressI need a way of getting the active server address, port, and context during runtime from my flex application. Since …
apache-flex endpointsHow can I code a c# sample for reading my Client endpoint configurations: <client> <endpoint address="http://…
c# wcf endpoints