Table of Contents

Property ConfigureClientWebSocketOptions

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

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; }

Property Value

Func<Uri, ClientWebSocketOptions, CancellationToken, ValueTask>