MPBootMediaLocationRequest Constructor (MPBootMediaLocationRequestType, IPAddress)
Initializes a new instance of the MPBootMediaLocationRequest class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MPBootMediaLocationRequest(
MPBootMediaLocationRequestType requestType,
IPAddress ipAddress
)
public:
MPBootMediaLocationRequest(
MPBootMediaLocationRequestType requestType,
IPAddress^ ipAddress
)
Public Sub New (
requestType As MPBootMediaLocationRequestType,
ipAddress As IPAddress
)
Parameters
- requestType
Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPBootMediaLocationRequestType
- ipAddress
Type: System.Net.IPAddress
See Also
MPBootMediaLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top