ClientConnectionOptions.ConfigureConnection 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.
Adds a connection configuration delegate.
public void ConfigureConnection (Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> configure);
member this.ConfigureConnection : Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> -> unit
Public Sub ConfigureConnection (configure As Action(Of IConnectionBuilder))
Parameters
- configure
- Action<IConnectionBuilder>
The configuration delegate.