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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET