Returns a dictionary suitable for serializing to the OSS dialect of the wire protocol. A dictionary suitable for serializing to the OSS dialect of the wire protocol.
()
| 435 | /// <returns>A dictionary suitable for serializing to the OSS dialect of the |
| 436 | /// wire protocol.</returns> |
| 437 | internal Dictionary<string, object?>? ToLegacyCapability() |
| 438 | { |
| 439 | return this.AsDictionary(false); |
| 440 | } |
| 441 | |
| 442 | private Dictionary<string, object?>? AsDictionary(bool isSpecCompliant) |
| 443 | { |
no test coverage detected