Exemplo n.º 1
0
 private string NotAuthorizedFormatter(ICodec codec, ProjectionManagementMessage.NotAuthorized message)
 {
     return(message.Reason);
 }
Exemplo n.º 2
0
 private ResponseConfiguration NotAuthorizedConfigurator(
     ICodec codec, ProjectionManagementMessage.NotAuthorized message)
 {
     return(new ResponseConfiguration(401, "Not Authorized", "text/plain", Encoding.UTF8));
 }