ChannelProtectionRequirements Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ChannelProtectionRequirements class.
Overloads
ChannelProtectionRequirements() |
Initializes a new instance of the ChannelProtectionRequirements class. |
ChannelProtectionRequirements(ChannelProtectionRequirements) |
Initializes a new instance of the ChannelProtectionRequirements class from another instance of this class. |
ChannelProtectionRequirements()
Initializes a new instance of the ChannelProtectionRequirements class.
public:
ChannelProtectionRequirements();
public ChannelProtectionRequirements ();
Public Sub New ()
Remarks
This parameterless constructor sets the following properties to a new instance of ScopedMessagePartSpecification, which is a class that specifies which parts are included in a message:
Applies to
ChannelProtectionRequirements(ChannelProtectionRequirements)
Initializes a new instance of the ChannelProtectionRequirements class from another instance of this class.
public:
ChannelProtectionRequirements(System::ServiceModel::Security::ChannelProtectionRequirements ^ other);
public ChannelProtectionRequirements (System.ServiceModel.Security.ChannelProtectionRequirements other);
new System.ServiceModel.Security.ChannelProtectionRequirements : System.ServiceModel.Security.ChannelProtectionRequirements -> System.ServiceModel.Security.ChannelProtectionRequirements
Public Sub New (other As ChannelProtectionRequirements)
Parameters
The other instance of ChannelProtectionRequirements.
Exceptions
other
is null
.
Remarks
This constructor sets the following properties to a new instance of ScopedMessagePartSpecification, using the ScopedMessagePartSpecification constructor, with other
as the input parameter. ScopedMessagePartSpecification is a class that specifies which parts are included in a message: