Interface WcfRelay.DefinitionStages.WithRequiresClientAuthorization

All Known Subinterfaces:
WcfRelay.Definition, WcfRelay.DefinitionStages.WithCreate
Enclosing interface:
WcfRelay.DefinitionStages

public static interface WcfRelay.DefinitionStages.WithRequiresClientAuthorization
The stage of the WcfRelay definition allowing to specify requiresClientAuthorization.
  • Method Details

    • withRequiresClientAuthorization

      WcfRelay.DefinitionStages.WithCreate 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.