Class HttpResponseStatusCodeMatch
Matches by Work.Response.StatusCode. The match makes sense in the After processing - when status is already set
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Wave
Assembly: Azos.Wave.dll
Syntax
public sealed class HttpResponseStatusCodeMatch : WorkMatch, INamed, IOrdered
Constructors
HttpResponseStatusCodeMatch(IConfigSectionNode)
Declaration
public HttpResponseStatusCodeMatch(IConfigSectionNode confNode)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | confNode |
HttpResponseStatusCodeMatch(String, Int32)
Declaration
public HttpResponseStatusCodeMatch(string name, int order)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | order |
Properties
Code
Declaration
[Config]
public int Code { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsNot
Declaration
[Config]
public bool IsNot { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Make(WorkContext, Object)
Declaration
public override JSONDataMap Make(WorkContext work, object context = null)
Parameters
Type | Name | Description |
---|---|---|
WorkContext | work | |
System.Object | context |
Returns
Type | Description |
---|---|
JSONDataMap |