Skip to content

Instantly share code, notes, and snippets.

@chrisortman
Created November 9, 2012 14:58
Show Gist options
  • Save chrisortman/4046168 to your computer and use it in GitHub Desktop.
Save chrisortman/4046168 to your computer and use it in GitHub Desktop.
restricted xml request
[Route("/helloservice/alive")]
[Service(1,RestrictAccessTo = EndpointAttributes.Xml | EndpointAttributes.HttpGet)]
public class Alive {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment