[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 
MPHookClientAuth : 

MPMessageBodyHook
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPHookClientAuth _
	
Inherits 

MPMessageBodyHook
[
SerializableAttribute]
public 
ref class 
MPHookClientAuth 
sealed : 
public 

MPMessageBodyHook

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPHookClientAuth () () () ()
Initializes a new instance of the MPHookClientAuthclass.
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 . . :: . . MPHookClientAuth

See Also