MessagePartSpecification.Union(MessagePartSpecification) Method
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.
Merges two message part specifications.
public:
void Union(System::ServiceModel::Security::MessagePartSpecification ^ specification);
public void Union (System.ServiceModel.Security.MessagePartSpecification specification);
member this.Union : System.ServiceModel.Security.MessagePartSpecification -> unit
Public Sub Union (specification As MessagePartSpecification)
Parameters
- specification
- MessagePartSpecification
The MessagePartSpecification to merge.
Exceptions
This MessagePartSpecification is read only.
specification
is null
.
Remarks
After the Union method is called, the MessagePartSpecification holds all header information from both specifications, and the IsBodyIncluded property is set to the logical OR of both specifications.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.