Top "Endpoints" questions

This is a general tag used for all kinds of logic that reside in some receiving or sending scenario.

Getting the IP Address of a Remote Socket Endpoint

How do I determine the remote IP Address of a connected socket? I have a RemoteEndPoint object I can access …

c# sockets endpoints
What is an "endpoint" in WCF?

I was under the impression that an endpoint was defined in a config file as the list of possible clients …

c# wcf endpoints
WCF Self Host Service - Endpoints in C#

My first few attempts at creating a self hosted service. Trying to make something up which will accept a query …

wcf console-application endpoints self-hosting
How to configure a single WCF Service to have multiple HTTP and HTTPS endpoints?

What I am trying to do is get a SINGLE WCF Service to work in the development environment which is …

.net wcf web-services endpoints
Create WCF endpoint configurations in the client app, in code?

I am trying to consume a WCF web service from a .NET client application, and I think I need to …

wcf web-services endpoints
Can several WCF services share a common BaseAddress?

I'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-address
Get instagram's video media source using oembed endpoints

THE CONTEXT I have a piece of (jQuery) ajax code that has been happily working for about 9 months until the …

jquery ajax instagram endpoints oembed
How do I get the server endpoint in a running flex application?

I need a way of getting the active server address, port, and context during runtime from my flex application. Since …

apache-flex endpoints
How can I discover current endpoints of my c# application programmatically?

How can I code a c# sample for reading my Client endpoint configurations: <client> <endpoint address="http://…

c# wcf endpoints