Пример #1
0
 /// <summary>
 /// Apply the service behavior
 /// </summary>
 public void ApplyServiceBehavior(RestService service, ServiceDispatcher dispatcher)
 {
     dispatcher.AddServiceDispatcherPolicy(this);
 }