I am attempting to send statuses to appFabric via a service bus from a silverlight application. Everything is tested and working except for the Silverlight application itself which does not appear to have a way to define endpointBehaviors. Endpointbehaviors are needed to provide a sharedSecret when communicating on a servicebus. Does anyone know how to define the issuer secret in silverlight?
This is not possible. So I am going to have to use another service to forward requests.