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

The HTTP port to use for sending the message if applicable. Not all senders will recognize this property value. For best compatibility, GetCommunicationPort () () () () should be used to get the most appropriate port.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required, RangeMin = , RangeMax = )]
public 
ushort 
HttpPort { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required, RangeMin := , RangeMax :=
)> _
Public 
Property 
HttpPort 
As 
UShort
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required, RangeMin = , RangeMax = )]
public:
property 
unsigned short 
HttpPort {
	
unsigned short 
get ();
	
void 
set (
unsigned short 
value);
}

See Also