Property ConfigureClientWebSocketOptions
ConfigureClientWebSocketOptions
An optional async callback handler for manipulation of ClientWebSocketOptions used for WebSocket connections. Implementors should use the passed CancellationToken for async operations called by this handler.
public Func<Uri, ClientWebSocketOptions, CancellationToken, ValueTask>? ConfigureClientWebSocketOptions { get; init; }