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.
Gets or sets the HTTPS communication port.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ushort HttpsPort { get; set; }
public:
property unsigned short HttpsPort {
unsigned short get();
void set(unsigned short value);
}
Public Property HttpsPort As UShort
Property Value
Type: System.UInt16
See Also
SecurityConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top