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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.