Exemple #1
0
 /// <summary>
 /// Handles the Authorize message from a client.
 /// </summary>
 /// <param name="args">The <see cref="RequestWithContextEventArgs{Authorize, bool, AuthorizeContext}"/> instance containing the event data.</param>
 protected virtual void HandleAuthorize(RequestWithContextEventArgs <Authorize, bool, AuthorizeContext> args)
 {
 }
Exemple #2
0
 /// <summary>
 /// Handles the response to a UnsubscribePartNotification message from a customer.
 /// </summary>
 /// <param name="args">The <see cref="RequestWithContextEventArgs{UnsubscribePartNotification, Guid, PartSubscriptionEndedReason}"/> instance containing the event data.</param>
 protected virtual void HandleUnsubscribePartNotification(RequestWithContextEventArgs <UnsubscribePartNotification, Guid, PartSubscriptionEndedReason> args)
 {
 }