c# - Accessing WCF service hosted as Windows service over LAN -


i beginner wcf services , windows services. i've couple of questions regarding wcf services hosted windows services yet i've read on articles msdn:

1) have wcf service hosted in windows service running on 1 machine on lan. want make silverlight applications running on other machines on same lan consume service. need architecture implemented across many lan networks i.e. each lan have 1 machine on windows service running , other machines on same lan should able access service. feasible architecture? technical issues may come (e.g. firewall setting may restrict client accessing service)? shall have make different configurations in client applications each lan? side note, want mention want run service when there no internet connection.

2) ways make client on lan consume wcf service hosted in windows service other adding service reference project?

1) - use net.tcp bindings endpoints. firewall won't issue if client , server on same network. - client configuration different. need point diffrent endpoint accessing wcf service.one each service hosted. 2) can create proxy class on client side using svcutil utility.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -