HttpClientGenericRequestMetadata Property |
The internal metadata to send Generic HTTP Request. Other services can use this service to send standard HTTP Request.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static HttpRequestMetadata GenericRequestMetadata { get; }
Public Shared ReadOnly Property GenericRequestMetadata As HttpRequestMetadata
Get
public:
static property HttpRequestMetadata^ GenericRequestMetadata {
HttpRequestMetadata^ get ();
}
static member GenericRequestMetadata : HttpRequestMetadata with get
Property Value
Type:
HttpRequestMetadataSee Also