Interface WcfRelay.UpdateStages.WithRequiresTransportSecurity

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

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

    Modifier and Type
    Method
    Description
    withRequiresTransportSecurity(Boolean requiresTransportSecurity)
    Specifies the requiresTransportSecurity property: Returns true if transport security is needed for this relay; otherwise, false..
  • Method Details

    • withRequiresTransportSecurity

      WcfRelay.Update 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.