SignalRResource.UpdateStages.WithCors Interface

public static interface SignalRResource.UpdateStages.WithCors

The stage of the SignalRResource update allowing to specify cors.

Method Summary

Modifier and Type Method and Description
abstract Update withCors(SignalRCorsSettings cors)

Specifies the cors property: Cross-Origin Resource Sharing (CORS) settings..

Method Details

withCors

public abstract SignalRResource.Update withCors(SignalRCorsSettings cors)

Specifies the cors property: Cross-Origin Resource Sharing (CORS) settings..

Parameters:

cors - Cross-Origin Resource Sharing (CORS) settings.

Returns:

the next definition stage.

Applies to