ScopedMessagePartSpecification Class

 

Specifies which parts are included in a message.

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System::Object
  System.ServiceModel.Security::ScopedMessagePartSpecification

public ref class ScopedMessagePartSpecification 

NameDescription
System_CAPS_pubmethodScopedMessagePartSpecification()

Initializes a new instance of the ScopedMessagePartSpecification class.

System_CAPS_pubmethodScopedMessagePartSpecification(ScopedMessagePartSpecification^)

Initializes a new instance of the ScopedMessagePartSpecification class from another instance of this class.

NameDescription
System_CAPS_pubpropertyActions

Gets a collection of action keys.

System_CAPS_pubpropertyChannelParts

Gets a message part specification that contains the channel parts.

System_CAPS_pubpropertyIsReadOnly

Indicates whether the specification is read-only.

NameDescription
System_CAPS_pubmethodAddParts(MessagePartSpecification^)

Adds channel message parts to the collections in the instance of this class.

System_CAPS_pubmethodAddParts(MessagePartSpecification^, String^)

Adds message parts to the MessagePartSpecification that corresponds to the specified action.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodMakeReadOnly()

Sets the specification to read-only.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodTryGetParts(String^, Boolean, MessagePartSpecification^%)

Checks whether there are parts that match a given action key.

System_CAPS_pubmethodTryGetParts(String^, MessagePartSpecification^%)

Checks whether there are parts that match a given action key.

This class contains the MessagePartSpecification instances of different messages, each distinguished by the message Action.

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: