endpoint
How to hard-code a default WCF endpoint for a service?
In a self-hosted service, I\'d like to use the endpoint(s) specified in开发者_如何学Go App.config, if present, or a default endpoint specified in code if App.config is empty. How can I do this?[详细]
2023-02-22 15:29 分类:问答WCF Configuration - basicHttpbinding
I have problem with basic configuration of WCF. I am working on MobilePhone Application . First I created test desktop appliction which use basicHttpBinding and everything was fine.[详细]
2023-02-18 05:05 分类:问答WCF Service with static variable and with two virtual directories
I have a WCF service with two endpoints/virtual directories, localhost/A/X.svc localhost/B/X.svc and it looks like, that both \"endpoint\" has an own instance from the sta开发者_StackOverflowtic v[详细]
2023-02-16 00:06 分类:问答Changing WCF service to require SSL
I have a WCF service which was running fine on a http binding. I\'ve tried to update this to use SSL but i am getting the following error:[详细]
2023-02-15 19:35 分类:问答Silverlight client consuming WCF services - config issue in Production environment
We have built a silverlight client consuming a WCF service. it works absolutely perfect on our local dev boxes since both the projects WCF service + Silverlight Host App are running on Localhost and w[详细]
2023-02-15 08:50 分类:问答WCF configuration netTCp , Endpoint is null
I am getting the following error \"The Address property on ChannelFactory.Endpoint was null.The ChannelFactory\'s Endpoint must have a[详细]
2023-02-15 04:07 分类:问答accessing a webservice through class library in .net3.5 vs2008
I had a webservice which i was directly accessing from my webform. I used a service reference in my wesite and used a serviceclient on my webform which worked fine.[详细]
2023-02-13 03:17 分类:问答WCF basic HTTP and NetTCP binding, exposing both via Mex
I\'m having some difficulty getting my WCF service configured. My requirement is that it exposes a basicHttpBinding endpoint as well as a netTcpBinding endpoint. Some of my clients are .NET 2.0, and n[详细]
2023-02-06 18:45 分类:问答explanation of system.servicemodel endpoint.address element for rest service
I have a WCF rest webservice.It is working fine.I am wanting to understand the different configuration values available within the endpoint element.[详细]
2023-02-04 22:57 分类:问答Azure how to create an internal endpoint that has load ballancing?
How can an internal endpoint for a web role or a worker role have load ballance? If I declare the endpoint in ServiceDefinition.csdefas <InternalEndpoint name=\"GeneratePDF\" protocol=\"tcp\" />[详细]
2023-02-01 10:23 分类:问答