ScopedMessagePartSpecification Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ScopedMessagePartSpecification-Klasse.
Überlädt
ScopedMessagePartSpecification() |
Initialisiert eine neue Instanz der ScopedMessagePartSpecification-Klasse. |
ScopedMessagePartSpecification(ScopedMessagePartSpecification) |
Initialisiert eine neue Instanz der ScopedMessagePartSpecification-Klasse aus einer anderen Instanz dieser Klasse. |
ScopedMessagePartSpecification()
Initialisiert eine neue Instanz der ScopedMessagePartSpecification-Klasse.
public:
ScopedMessagePartSpecification();
public ScopedMessagePartSpecification ();
Public Sub New ()
Gilt für
ScopedMessagePartSpecification(ScopedMessagePartSpecification)
Initialisiert eine neue Instanz der ScopedMessagePartSpecification-Klasse aus einer anderen Instanz dieser Klasse.
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)
Parameter
Die andere ScopedMessagePartSpecification.