Condividi tramite


TestServerOptions Classe

Definizione

Opzioni per il server di test.

public class TestServerOptions
type TestServerOptions = class
Public Class TestServerOptions
Ereditarietà
TestServerOptions

Costruttori

TestServerOptions()

Opzioni per il server di test.

Proprietà

AllowSynchronousIO

Ottiene o imposta un valore che controlla se l'I/O sincrono è consentito per e RequestResponse. Il valore predefinito è false.

BaseAddress

Ottiene o imposta l'indirizzo di base associato a HttpClient restituito dal server di test. Il valore predefinito è http://localhost/.

PreserveExecutionContext

Ottiene o imposta un valore che controlla se ExecutionContext e AsyncLocal<T> i valori vengono mantenuti dal client al server. Il valore predefinito è false.

Si applica a