Incase you don't know what WCF Discovery is, please read this first <endpoint kind="udpDiscoveryEndpoint" /> what is kind ? A string that specifies the type of standard endpoint applied. The type must be registered in the <extensions> section or in machine.config. Extensions? <system.serviceModel> <extensions> <behaviorExtensions> <add name="MyInspectorA" type="MyTypeA" /> <add name="MyInspectorB" type="MyTypeB" /> </behaviorExtensions> </extensions> </system.serviceModel> This extensible object pattern is used for extending the runtime behavior of the existing classes or to add custom state information. [to be completed soon..] |
Thursday, April 19, 2012
WCF Discovery Underpinning
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment