Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / HttpChannelBindingToken.cs / 1 / HttpChannelBindingToken.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HttpChannelBindingToken class * * Copyright (c) 2008 Microsoft Corporation */ namespace System.Web { using System.Security.Permissions; using System.Security.Authentication.ExtendedProtection; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] internal sealed class HttpChannelBindingToken : ChannelBinding { private int _size; internal HttpChannelBindingToken(IntPtr token, int tokenSize) { SetHandle(token); _size = tokenSize; } protected override bool ReleaseHandle() { SetHandle(IntPtr.Zero); _size = 0; return true; } public override int Size { get { return _size; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HttpChannelBindingToken class * * Copyright (c) 2008 Microsoft Corporation */ namespace System.Web { using System.Security.Permissions; using System.Security.Authentication.ExtendedProtection; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] internal sealed class HttpChannelBindingToken : ChannelBinding { private int _size; internal HttpChannelBindingToken(IntPtr token, int tokenSize) { SetHandle(token); _size = tokenSize; } protected override bool ReleaseHandle() { SetHandle(IntPtr.Zero); _size = 0; return true; } public override int Size { get { return _size; } } } } // 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
- NavigatingCancelEventArgs.cs
- WizardStepCollectionEditor.cs
- ResourceAssociationSetEnd.cs
- UnsafeNativeMethodsTablet.cs
- UTF32Encoding.cs
- InputDevice.cs
- PointHitTestResult.cs
- Preprocessor.cs
- SerializationException.cs
- Point4D.cs
- AssociationSetMetadata.cs
- RSAPKCS1SignatureDeformatter.cs
- OlePropertyStructs.cs
- Constants.cs
- TagPrefixAttribute.cs
- ICspAsymmetricAlgorithm.cs
- ProviderMetadata.cs
- UIElementPropertyUndoUnit.cs
- NativeBuffer.cs
- XmlHierarchyData.cs
- DesignerEditorPartChrome.cs
- WindowHideOrCloseTracker.cs
- StreamSecurityUpgradeInitiator.cs
- BulletedListDesigner.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- IntegerValidatorAttribute.cs
- LabelEditEvent.cs
- ExpressionEvaluator.cs
- StrokeDescriptor.cs
- iisPickupDirectory.cs
- XmlNamespaceMappingCollection.cs
- SystemIPInterfaceStatistics.cs
- XmlAttributeProperties.cs
- ColorConvertedBitmap.cs
- ResourcesChangeInfo.cs
- EpmContentDeSerializer.cs
- DataErrorValidationRule.cs
- ParameterBuilder.cs
- ScrollBar.cs
- WorkflowControlEndpoint.cs
- Int64.cs
- ObsoleteAttribute.cs
- ClientConfigPaths.cs
- XmlSchemaAttributeGroupRef.cs
- TextHidden.cs
- InteropAutomationProvider.cs
- CollectionBase.cs
- AssemblySettingAttributes.cs
- SchemaInfo.cs
- DefaultTraceListener.cs
- UncommonField.cs
- Propagator.Evaluator.cs
- CommandField.cs
- ProjectionCamera.cs
- EncryptedData.cs
- WebException.cs
- CharConverter.cs
- CfgArc.cs
- NativeMethodsCLR.cs
- HiddenFieldPageStatePersister.cs
- DriveNotFoundException.cs
- HtmlElementErrorEventArgs.cs
- ParameterCollectionEditorForm.cs
- DataFormat.cs
- XmlAnyElementAttributes.cs
- ParentUndoUnit.cs
- peernodestatemanager.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- EventLog.cs
- WorkflowMarkupSerializationProvider.cs
- DirectoryObjectSecurity.cs
- ProfileParameter.cs
- CheckBoxBaseAdapter.cs
- TextEditorContextMenu.cs
- ToolBar.cs
- GlobalAllocSafeHandle.cs
- TextStore.cs
- WorkItem.cs
- SoapIncludeAttribute.cs
- DbConnectionPoolCounters.cs
- ServiceBehaviorElementCollection.cs
- VectorCollectionConverter.cs
- SMSvcHost.cs
- EntityContainerRelationshipSetEnd.cs
- SymmetricAlgorithm.cs
- ListDataHelper.cs
- Helper.cs
- Pipe.cs
- DesignerActionPanel.cs
- AsymmetricSignatureDeformatter.cs
- SessionSwitchEventArgs.cs
- FormViewDeleteEventArgs.cs
- StringPropertyBuilder.cs
- DataSourceViewSchemaConverter.cs
- ListItemCollection.cs
- SelectedDatesCollection.cs
- SqlNotificationEventArgs.cs
- WorkflowRuntimeServiceElementCollection.cs
- AnnotationHelper.cs
- CTreeGenerator.cs