NegotiationParameters¶
Represents the parameters for a negotiation.
Fields:¶
Proxy proxy¶
- Optional proxy instance must be used during negotiation.
Boolean createProxyTunel¶
- Sets a value indicating whether to create a proxy tunnel.
Uri targetUri¶
- Sets the target URI for negotiation.
Boolean negotiateTLS¶
- Sets a value indicating whether to negotiate TLS.
CancellationToken token¶
- Sets the cancellation token for negotiation.
HostSettings hostSettings¶
- Sets the HostSettings that can be used during the negotiation process.
LoggingContext context¶
- Optional logging context for debugging purposes.