Interface WcfRelay.UpdateStages.WithRequiresClientAuthorization

All Known Subinterfaces:
WcfRelay.Update
Enclosing interface:
WcfRelay.UpdateStages

public static interface WcfRelay.UpdateStages.WithRequiresClientAuthorization
The stage of the WcfRelay update allowing to specify requiresClientAuthorization.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRequiresClientAuthorization(Boolean requiresClientAuthorization)
    Specifies the requiresClientAuthorization property: Returns true if client authorization is needed for this relay; otherwise, false..
  • Method Details

    • withRequiresClientAuthorization

      WcfRelay.Update withRequiresClientAuthorization(Boolean requiresClientAuthorization)
      Specifies the requiresClientAuthorization property: Returns true if client authorization is needed for this relay; otherwise, false..
      Parameters:
      requiresClientAuthorization - Returns true if client authorization is needed for this relay; otherwise, false.
      Returns:
      the next definition stage.