Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / ServiceModel / Web / JavascriptCallbackBehaviorAttribute.cs / 1305376 / JavascriptCallbackBehaviorAttribute.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Web { using System; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; using System.ServiceModel.Channels; using System.ServiceModel.Web; using System.ServiceModel.Administration; using System.Collections.Generic; [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] public sealed class JavascriptCallbackBehaviorAttribute : Attribute, IContractBehavior { string urlParameterName; public string UrlParameterName { get { return urlParameterName; } set { if (string.IsNullOrEmpty(value)) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("value")); } else { urlParameterName = value; } } } public JavascriptCallbackBehaviorAttribute() { } public void AddBindingParameters(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection bindingParameters) { } public void ApplyClientBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime) { } public void ApplyDispatchBehavior(ContractDescription contractDescription, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.DispatchRuntime dispatchRuntime) { } public void Validate(ContractDescription contractDescription, ServiceEndpoint endpoint) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationDirectoryMembershipCondition.cs
- Logging.cs
- ParentUndoUnit.cs
- FileDialog_Vista.cs
- SafeNativeMethods.cs
- DrawingBrush.cs
- NestedContainer.cs
- DataGridViewAccessibleObject.cs
- SerializationAttributes.cs
- AccessControlEntry.cs
- GroupQuery.cs
- XslAstAnalyzer.cs
- DbTransaction.cs
- IisTraceWebEventProvider.cs
- ImageMetadata.cs
- MemoryFailPoint.cs
- SrgsNameValueTag.cs
- Perspective.cs
- SafeWaitHandle.cs
- TypeHelpers.cs
- XmlWriterSettings.cs
- FlowDocumentPage.cs
- ContextMenuService.cs
- LogLogRecordEnumerator.cs
- CheckoutException.cs
- ExpressionTextBox.xaml.cs
- XpsResourceDictionary.cs
- BitmapEffectGroup.cs
- SystemIPAddressInformation.cs
- TypeDependencyAttribute.cs
- XsdValidatingReader.cs
- CardSpaceSelector.cs
- XPathArrayIterator.cs
- ToolStripSeparatorRenderEventArgs.cs
- BamlTreeNode.cs
- Version.cs
- HyperLinkStyle.cs
- ListViewGroup.cs
- MetadataHelper.cs
- CheckBox.cs
- ConvertersCollection.cs
- TextRenderer.cs
- FileClassifier.cs
- ConstraintStruct.cs
- StoryFragments.cs
- ConditionedDesigner.cs
- DefaultValueConverter.cs
- AttributeSetAction.cs
- Cursor.cs
- XmlSchemaComplexContentExtension.cs
- ZeroOpNode.cs
- EncoderReplacementFallback.cs
- COM2PropertyPageUITypeConverter.cs
- Parser.cs
- WebServiceData.cs
- LinqMaximalSubtreeNominator.cs
- PathFigure.cs
- TryExpression.cs
- Ref.cs
- ClassDataContract.cs
- XmlSchemaAttributeGroup.cs
- TabControlAutomationPeer.cs
- TagMapInfo.cs
- PromptBuilder.cs
- RC2CryptoServiceProvider.cs
- ACL.cs
- EntitySqlQueryCacheKey.cs
- WebServiceReceiveDesigner.cs
- WpfXamlMember.cs
- InputLanguageManager.cs
- RecipientInfo.cs
- Menu.cs
- SchemaConstraints.cs
- WinFormsSecurity.cs
- SQLByteStorage.cs
- SolidBrush.cs
- HitTestParameters.cs
- CultureSpecificStringDictionary.cs
- WebBrowser.cs
- Fonts.cs
- TextContainerChangedEventArgs.cs
- IdentityHolder.cs
- Int32CollectionValueSerializer.cs
- XmlSchemaExporter.cs
- StaticDataManager.cs
- controlskin.cs
- ExpressionBuilderContext.cs
- Cursors.cs
- ZipFileInfoCollection.cs
- TransformerTypeCollection.cs
- WebException.cs
- GregorianCalendarHelper.cs
- DayRenderEvent.cs
- loginstatus.cs
- CharacterMetrics.cs
- MaskedTextProvider.cs
- XmlValidatingReader.cs
- CodeTypeDeclaration.cs
- MethodImplAttribute.cs
- Stylesheet.cs