11 writes to Name
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (1)
85instance.Name = entry.BindingName;
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
112binding.Name = context.Endpoint.Binding.Name;
System\ServiceModel\Channels\CustomBinding.cs (1)
112this.Name = binding.Name;
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
76binding.Name = endpoint.Binding.Name;
System\ServiceModel\Description\ConfigLoader.cs (2)
486binding.Name = endpointElement.BindingName; 937binding.Name = serviceEndpointElementCopy.BindingName;
System\ServiceModel\Description\MetadataExchangeBindings.cs (2)
161binding.Name = MetadataStrings.MetadataExchangeStrings.HttpBindingName; 170binding.Name = MetadataStrings.MetadataExchangeStrings.HttpsBindingName;
System\ServiceModel\Description\WsdlImporter.cs (1)
558binding.Name = NamingHelper.CodeName(bindingQName.Name);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
94newEndpointBinding.Name = context.Endpoint.Binding.Name;
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (1)
31new NamedPipeTransportBindingElement()) { Name = "ExternalDataExchangeBinding" };
68 references to Name
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (1)
109bindingName = ((Binding)newValue).Name;
System.ServiceModel (64)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
82binding.SetProperty(AdministrationStrings.Name, endpoint.Binding.Name);
System\ServiceModel\BasicHttpContextBinding.cs (2)
49throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.BasicHttpContextBindingRequiresAllowCookie, this.Namespace, this.Name)); 70throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.BasicHttpContextBindingRequiresAllowCookie, this.Namespace, this.Name)));
System\ServiceModel\Channels\Binding.cs (4)
308SR.GetString(SR.CustomBindingRequiresTransport, this.Name))); 319SR.GetString(SR.TransportBindingElementMustBeLast, this.Name, transport.GetType().Name))); 330SR.GetString(SR.MessageVersionMissingFromBinding, this.Name))); 345return (this.Name != this.GetType().Name);
System\ServiceModel\Channels\BindingContext.cs (1)
154SR.NoChannelBuilderAvailable, this.binding.Name, this.binding.Namespace)));
System\ServiceModel\Channels\ContextBindingElement.cs (2)
337context.Binding.Scheme, context.Binding.Namespace, context.Binding.Name))); 354context.Binding.Namespace, context.Binding.Name)));
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
112binding.Name = context.Endpoint.Binding.Name;
System\ServiceModel\Channels\CustomBinding.cs (1)
112this.Name = binding.Name;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
582throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("TChannel", SR.GetString(SR.CouldnTCreateChannelForChannelType2, context.Binding.Name, typeof(TChannel))); 653"TChannel", SR.GetString(SR.CouldnTCreateChannelForChannelType2, context.Binding.Name, typeof(TChannel))); 676string bindingName = context.Binding.Name;
System\ServiceModel\Channels\OneWayBindingElement.cs (2)
122new InvalidOperationException(SR.GetString(SR.OneWayInternalTypeNotSupported, context.Binding.Name))); 158new InvalidOperationException(SR.GetString(SR.OneWayInternalTypeNotSupported, context.Binding.Name)));
System\ServiceModel\Channels\PeerTransportBindingElement.cs (1)
341new InvalidOperationException(SR.GetString(SR.PeerResolverBindingElementRequired, context.Binding.Name)));
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
34this.bindingName = binding.Name; 233supportedChannels.Keys, requiredChannels, binding.Name));
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
76binding.Name = endpoint.Binding.Name;
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
67endpoint.Address.Uri, endpoint.Binding.Name); 372ComPlusMexChannelBuilderSchema record = new ComPlusMexChannelBuilderSchema(contract.Name, contract.Namespace, binding.Name, binding.Namespace, address);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
961this.binding = endpoint.Binding.Name;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
404if ((bindingSelected.Name == binding) && (bindingSelected.Namespace == bindingNamespace))
System\ServiceModel\ComIntegration\SecurityCookieModeValidator.cs (1)
31throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.RequireNonCookieMode, endpoint.Binding.Name, endpoint.Binding.Namespace)));
System\ServiceModel\Description\ConfigWriter.cs (1)
69string bindingName = NamingHelper.GetUniqueName(NamingHelper.CodeName(binding.Name), this.CheckIfBindingNameInUse, null);
System\ServiceModel\Description\DispatcherBuilder.cs (6)
308string text = SR.GetString(SR.SFxCannotRequireBothSessionAndDatagram3, datagramContractName, sessionContractName, binding.Name); 372setOfChannelTypesSupportedByBinding.Keys, supportedChannelTypes, originalBinding.Name)); 549AspNetEnvironment.Current.ProcessNotMatchedEndpointAddress(listenUri, endpoint.Binding.Name); 550throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxEndpointNoMatchingScheme, endpoint.Binding.Scheme, endpoint.Binding.Name, serviceHost.GetBaseAddressSchemes()))); 739XmlQualifiedName bindingQname = new XmlQualifiedName(binding.Name, binding.Namespace); 1236string text = SR.GetString(SR.SFxBindingMustContainTransport2, binding.Name, binding.Namespace);
System\ServiceModel\Description\ServiceEndpoint.cs (1)
109return String.Format(CultureInfo.InvariantCulture, "{0}_{1}", new XmlName(Binding.Name).EncodedName, Contract.Name);
System\ServiceModel\Description\ServiceEndpointCollection.cs (2)
69endpoint.Binding.Name == bindingName.Name && 94endpoint.Binding.Name == bindingName.Name &&
System\ServiceModel\Description\WsdlExporter.cs (2)
229Errors.Add(new MetadataConversionError(SR.GetString(SR.WarnDuplicateBindingQNameNameOnExport, endpoint.Binding.Name, endpoint.Binding.Namespace, endpoint.Contract.Name), true /*isWarning*/)); 1220endpoint.Binding.Name,
System\ServiceModel\Dispatcher\PartialTrustValidationBehavior.cs (1)
173throw new InvalidOperationException(SR.GetString(resource, binding.Name, type));
System\ServiceModel\Dispatcher\PeerValidationBehavior.cs (1)
94SR.GetString(SR.BindingDoesnTSupportRequestReplyButContract1, binding.Name)));
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (21)
39: base(binding.Name, binding.Namespace) 214SR.GetString(SR.MoreThanOneSecurityBindingElementInTheBinding, binding.Name, binding.Namespace, contract.Name, contract.Namespace))); 243throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.NoStreamingWithSecurity, binding.Name, binding.Namespace))); 321SR.GetString(SR.BindingDoesNotSupportWindowsIdenityForImpersonation, operation.Name, binding.Name, binding.Namespace, contract.Name, contract.Namespace))); 391SR.GetString(SR.CannotPerformS4UImpersonationOnPlatform, endpoint.Binding.Name, endpoint.Binding.Namespace, endpoint.Contract.Name, endpoint.Contract.Namespace))); 567SR.GetString(SR.AtLeastOneContractOperationRequestRequiresProtectionLevelNotSupportedByBinding, contract.Name, contract.Namespace, binding.Name, binding.Namespace))); 572SR.GetString(SR.AtLeastOneContractOperationResponseRequiresProtectionLevelNotSupportedByBinding, contract.Name, contract.Namespace, binding.Name, binding.Namespace))); 592throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidBearerKeyUsage, binding.Name, binding.Namespace))); 597throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidBearerKeyUsage, binding.Name, binding.Namespace))); 604throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidBearerKeyUsage, binding.Name, binding.Namespace))); 612throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidBearerKeyUsage, binding.Name, binding.Namespace))); 665SR.GetString(SR.BindingDoesNotSupportProtectionForRst, binding.Name, binding.Namespace, contract.Name, contract.Namespace))); 714SR.GetString(SR.TransportDoesNotProtectMessage, binding.Name, binding.Namespace, contract.Name, contract.Namespace))); 750throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.IssuedKeySizeNotCompatibleWithAlgorithmSuite, binding.Name, binding.Namespace, sbe.DefaultAlgorithmSuite, issuedParameters.KeySize))); 782throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SecurityTokenParametersHasIncompatibleInclusionMode, binding.Name, binding.Namespace, stp.GetType(), stp.InclusionMode, allowedInclusionModes[0]))); 858SR.GetString(SR.SecurityVersionDoesNotSupportEncryptedKeyBinding, binding.Name, binding.Namespace, contract.Name, contract.Namespace, SecurityVersion.WSSecurity11))); 878SR.GetString(SR.SecurityVersionDoesNotSupportThumbprintX509KeyIdentifierClause, binding.Name, binding.Namespace, contract.Name, contract.Namespace, SecurityVersion.WSSecurity11))); 896SR.GetString(SR.MessageSecurityDoesNotWorkWithManualAddressing, binding.Name, binding.Namespace))); 916SR.GetString(SR.SecurityBindingSupportsOneWayOnly, binding.Name, binding.Namespace, contract.Name, contract.Namespace))); 953throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.NoClientCertificate, endpoint.Binding.Name, endpoint.Binding.Namespace))); 1036throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.CannotPerformImpersonationOnUsernameToken, endpoint.Binding.Name, endpoint.Binding.Namespace, endpoint.Contract.Name, endpoint.Contract.Namespace)));
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
53String.Format(Globalization.CultureInfo.CurrentCulture, SR.GetString(resource), name, binding.Name)));
System\ServiceModel\MsmqIntegration\MsmqIntegrationValidationBehavior.cs (1)
111SR.GetString(SR.MsmqInvalidServiceOperationForMsmqIntegrationBinding, binding.Name, operation.Name, contract.Name)));
System\ServiceModel\ServiceHost.cs (1)
456throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxEndpointNoMatchingScheme, binding.Scheme, binding.Name, GetBaseAddressSchemes(baseAddresses))));
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
229ChannelDispatcher channelDispatcher = new ChannelDispatcher(listener, controlEndpointBinding.Name, controlEndpointBinding)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
94newEndpointBinding.Name = context.Endpoint.Binding.Name;
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingEndpointTrait.cs (1)
76return this.Endpoint.Name + ";" + this.Endpoint.Binding.Name + ";" + this.Endpoint.Address.Uri.ToString();