NodeFormat 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.
For use with RequestHeaderForwardedTransform.
public enum NodeFormat
type NodeFormat =
Public Enum NodeFormat
- Inheritance
-
NodeFormat
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| Random | 1 | |
| RandomAndPort | 2 | |
| RandomAndRandomPort | 3 | |
| Unknown | 4 | |
| UnknownAndPort | 5 | |
| UnknownAndRandomPort | 6 | |
| Ip | 7 | |
| IpAndPort | 8 | |
| IpAndRandomPort | 9 |