6 references to AddParts
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (6)
257this.AddParts(ref operationSignedParts, endpointSignedParts); 258this.AddParts(ref operationEncryptedParts, endpointEncryptedParts); 271this.AddParts(ref messageSignedParts, operationSignedParts); 272this.AddParts(ref messageEncryptedParts, operationEncryptedParts); 365this.AddParts(ref messageSignedParts, operationSignedParts); 366this.AddParts(ref messageEncryptedParts, operationEncryptedParts);