Interface WcfRelay.DefinitionStages.WithRequiresTransportSecurity

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

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

    • withRequiresTransportSecurity

      WcfRelay.DefinitionStages.WithCreate withRequiresTransportSecurity(Boolean requiresTransportSecurity)
      Specifies the requiresTransportSecurity property: Returns true if transport security is needed for this relay; otherwise, false..
      Parameters:
      requiresTransportSecurity - Returns true if transport security is needed for this relay; otherwise, false.
      Returns:
      the next definition stage.