ConnectionOptionsSetup.Configure(ConnectionOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets default values for options if they have not been set yet.
public:
virtual void Configure(Microsoft::AspNetCore::Http::Connections::ConnectionOptions ^ options);
public void Configure (Microsoft.AspNetCore.Http.Connections.ConnectionOptions options);
abstract member Configure : Microsoft.AspNetCore.Http.Connections.ConnectionOptions -> unit
override this.Configure : Microsoft.AspNetCore.Http.Connections.ConnectionOptions -> unit
Public Sub Configure (options As ConnectionOptions)
Parameters
- options
- ConnectionOptions
The ConnectionOptions.