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

Stores the MP Message Body Hooks

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MPHookCompressZlib : 

MPMessageBodyHook
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPHookCompressZlib _
	
Inherits 

MPMessageBodyHook
[
SerializableAttribute]
public 
ref class 
MPHookCompressZlib 
sealed : 
public 

MPMessageBodyHook

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPHookCompressZlib () () () ()
Initializes a new instance of the MPHookCompressZlibclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
HookProperties
Gets properties contained in the hook. Returns null if there are none.
(Inherited from MPMessageBodyHook.)
MemberwiseClone () () () () (Inherited from Object.)
Name
Gets or sets the name of the hook
(Inherited from MPMessageBodyHook.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . MPMessageBodyHook
     Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint . . :: . . MPHookCompressZlib

See Also