[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

HTTP communication port

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
ushort 
HttpPort { 
get; 
set; }
Public 
Property 
HttpPort 
As 
UShort
	
Get
	
Set
public:
property 
unsigned short 
HttpPort {
	
unsigned short 
get ();
	
void 
set (
unsigned short 
value);
}

See Also