ConfigMgrWebDavPropFindRequest.SendMessage Method (IMessageSender)

 

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

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ConfigMgrWebDavPropFindReply

See Also

ConfigMgrWebDavPropFindRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top