HttpRequestSequenceMock.BodyMatchType Enum
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.
Type for how Body matches against request's body.
public enum HttpRequestSequenceMock.BodyMatchType
type HttpRequestSequenceMock.BodyMatchType =
Public Enum HttpRequestSequenceMock.BodyMatchType
- Inheritance
-
HttpRequestSequenceMock.BodyMatchType
Fields
Name | Value | Description |
---|---|---|
Exact | 0 | Exact match. |
Partial | 1 | Match as a part. |