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

The HTTPS (TLS/SSL) 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 
HttpsPort { 
get; 
set; }
<

MessagePropertyAttribute(

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

MessagePropertyAttribute(

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

Field Value

Port ranging from 1-65536

Remarks

This must be set or else message validation will fail

See Also