Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / HttpChannelBindingToken.cs / 1305376 / 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; 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
- AssemblyName.cs
- PersistenceException.cs
- ZeroOpNode.cs
- assertwrapper.cs
- ServiceModelSecurityTokenRequirement.cs
- ModulesEntry.cs
- MethodBuilder.cs
- MultiByteCodec.cs
- Base64Decoder.cs
- LayoutInformation.cs
- ScrollPatternIdentifiers.cs
- FixedDSBuilder.cs
- ClickablePoint.cs
- Assert.cs
- CharacterHit.cs
- Bookmark.cs
- ECDsaCng.cs
- RightNameExpirationInfoPair.cs
- BindingValueChangedEventArgs.cs
- Hashtable.cs
- ExpressionVisitor.cs
- SchemaNamespaceManager.cs
- CustomAttributeFormatException.cs
- ProviderCollection.cs
- SiteMapDataSourceView.cs
- DataSpaceManager.cs
- DataFormats.cs
- ChtmlMobileTextWriter.cs
- FormsIdentity.cs
- SplayTreeNode.cs
- IncrementalReadDecoders.cs
- XmlConvert.cs
- PropVariant.cs
- DynamicPropertyReader.cs
- OdbcInfoMessageEvent.cs
- RepeatBehaviorConverter.cs
- StateDesigner.CommentLayoutGlyph.cs
- OdbcConnectionOpen.cs
- UnmanagedHandle.cs
- ReachFixedDocumentSerializerAsync.cs
- Lasso.cs
- CmsInterop.cs
- TextViewDesigner.cs
- TdsParserStateObject.cs
- IndependentAnimationStorage.cs
- DynamicContractTypeBuilder.cs
- StackSpiller.Generated.cs
- CLRBindingWorker.cs
- LocationUpdates.cs
- OutputChannel.cs
- TranslateTransform.cs
- PartialCachingControl.cs
- BuilderElements.cs
- CacheChildrenQuery.cs
- HtmlMeta.cs
- TraceContextRecord.cs
- ContextStaticAttribute.cs
- TimeStampChecker.cs
- MemberMemberBinding.cs
- WindowsSysHeader.cs
- ServiceReference.cs
- RelationshipType.cs
- ProjectionPathSegment.cs
- TargetInvocationException.cs
- WeakReference.cs
- Base64Encoder.cs
- Binding.cs
- TemplateXamlParser.cs
- PointCollection.cs
- SystemIcons.cs
- WebPartUserCapability.cs
- ImageListStreamer.cs
- PingOptions.cs
- WindowsTab.cs
- _CacheStreams.cs
- BuildDependencySet.cs
- httpstaticobjectscollection.cs
- BamlLocalizer.cs
- SingleAnimationUsingKeyFrames.cs
- LinkedResourceCollection.cs
- dbenumerator.cs
- DateTimeOffset.cs
- DbConnectionStringBuilder.cs
- WebBrowserSiteBase.cs
- DrawingGroup.cs
- ScriptResourceDefinition.cs
- XmlComplianceUtil.cs
- StopStoryboard.cs
- EUCJPEncoding.cs
- latinshape.cs
- DES.cs
- DiagnosticTrace.cs
- EncoderParameter.cs
- IImplicitResourceProvider.cs
- Effect.cs
- RangeBase.cs
- Item.cs
- BooleanKeyFrameCollection.cs
- SafeProcessHandle.cs
- QueueSurrogate.cs