Class EmulatorClientOptions
Configuration for EmulatorClient.
public sealed class EmulatorClientOptions
- Inheritance
-
EmulatorClientOptions
- Inherited Members
Properties
ServerUrl
Base URL of the emulator server (e.g. http://localhost:7073).
public string ServerUrl { get; set; }