FakeHostOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to configure FakeHost.
public ref class FakeHostOptions
public class FakeHostOptions
type FakeHostOptions = class
Public Class FakeHostOptions
- Inheritance
-
FakeHostOptions
Constructors
FakeHostOptions() |
Properties
FakeLogging |
Gets or sets a value indicating whether fake logging is configured automatically. |
FakeRedaction |
Gets or sets a value indicating whether fake redaction is configured automatically. |
ShutDownTimeout |
Gets or sets the time limit for the host to shut down. |
StartUpTimeout |
Gets or sets the time limit for the host to start. |
TimeToLive |
Gets or sets the time limit for the host to be up. |
ValidateOnBuild | Options for configuring various behaviors of the default IServiceProvider implementation. |
ValidateScopes | Options for configuring various behaviors of the default IServiceProvider implementation. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |