SecurityConfiguration.HttpPort Property
Gets or sets the HTTP communication port.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ushort HttpPort { get; set; }
public:
property unsigned short HttpPort {
unsigned short get();
void set(unsigned short value);
}
Public Property HttpPort As UShort
Property Value
Type: System.UInt16
See Also
SecurityConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top