ScopedMessagePartSpecification Constructors

Definition

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()

Source:
ScopedMessagePartSpecification.cs
Source:
ScopedMessagePartSpecification.cs
Source:
ScopedMessagePartSpecification.cs

Initializes a new instance of the ScopedMessagePartSpecification class.

public:
 ScopedMessagePartSpecification();
public ScopedMessagePartSpecification ();
Public Sub New ()

Applies to

ScopedMessagePartSpecification(ScopedMessagePartSpecification)

Source:
ScopedMessagePartSpecification.cs
Source:
ScopedMessagePartSpecification.cs
Source:
ScopedMessagePartSpecification.cs

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

Applies to