ParsedCallingRequest.ParseStatusCode Property

Definition

The status code indicating if the request parser was successful or not.

public System.Net.HttpStatusCode ParseStatusCode { get; set; }
member this.ParseStatusCode : System.Net.HttpStatusCode with get, set
Public Property ParseStatusCode As HttpStatusCode

Property Value

HttpStatusCode

Remarks

OK if successful.

Applies to