[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the BgbMessageHeaderHttpHookclass.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
BgbMessageHeaderHttpHook(
	
string 
hookName,
	
string 
propertyName,
	
string 
propertyValue
)
Public 
Sub 
New ( _
	
hookName 
As 
String, _
	
propertyName 
As 
String, _
	
propertyValue 
As 
String _
)
public:
BgbMessageHeaderHttpHook(
	
String^ 
hookName, 
	
String^ 
propertyName, 
	
String^ 
propertyValue
)

Parameters

hookName
String
propertyName
String
propertyValue
String

See Also