Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends the WebDAV request and returns a type based on the specified verb.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override ConfigMgrWebDavPropFindReply SendMessage(
IMessageSender sender
)
public:
virtual ConfigMgrWebDavPropFindReply^ SendMessage(
IMessageSender^ sender
) override
Public Overrides Function SendMessage (
sender As IMessageSender
) As ConfigMgrWebDavPropFindReply
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe message sender.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ConfigMgrWebDavPropFindReply
See Also
ConfigMgrWebDavPropFindRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top