SecurityConfiguration.HttpsPort Property
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