ScopedMessagePartSpecification 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 ScopedMessagePartSpecification class.
Overloads
ScopedMessagePartSpecification() |
Initializes a new instance of the ScopedMessagePartSpecification class. |
ScopedMessagePartSpecification(ScopedMessagePartSpecification) |
Initializes a new instance of the ScopedMessagePartSpecification class from another instance of this class. |
ScopedMessagePartSpecification()
Initializes a new instance of the ScopedMessagePartSpecification class.
public:
ScopedMessagePartSpecification();
public ScopedMessagePartSpecification ();
Public Sub New ()
Applies to
ScopedMessagePartSpecification(ScopedMessagePartSpecification)
Initializes a new instance of the ScopedMessagePartSpecification class from another instance of this class.
public:
ScopedMessagePartSpecification(System::ServiceModel::Security::ScopedMessagePartSpecification ^ other);
public ScopedMessagePartSpecification (System.ServiceModel.Security.ScopedMessagePartSpecification other);
new System.ServiceModel.Security.ScopedMessagePartSpecification : System.ServiceModel.Security.ScopedMessagePartSpecification -> System.ServiceModel.Security.ScopedMessagePartSpecification
Public Sub New (other As ScopedMessagePartSpecification)
Parameters
The other ScopedMessagePartSpecification.