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
- QuotedPrintableStream.cs
- CodeExpressionCollection.cs
- FontEmbeddingManager.cs
- ComponentGlyph.cs
- ContentType.cs
- XmlIgnoreAttribute.cs
- FieldToken.cs
- OpacityConverter.cs
- oledbmetadatacollectionnames.cs
- WebScriptEndpoint.cs
- HttpClientChannel.cs
- DocumentXmlWriter.cs
- SqlInternalConnectionTds.cs
- SynchronizedDispatch.cs
- _ContextAwareResult.cs
- CodeParameterDeclarationExpressionCollection.cs
- ContentValidator.cs
- _Win32.cs
- Screen.cs
- VirtualPath.cs
- WebBrowserUriTypeConverter.cs
- CollectionViewGroupInternal.cs
- SolidBrush.cs
- StateWorkerRequest.cs
- EntitySqlQueryCacheEntry.cs
- MetabaseServerConfig.cs
- OutOfMemoryException.cs
- SqlDeflator.cs
- VirtualPathProvider.cs
- XmlIgnoreAttribute.cs
- XmlAttributeProperties.cs
- InvokePattern.cs
- XmlSchemaRedefine.cs
- TextRangeSerialization.cs
- CreateRefExpr.cs
- TimeSpanValidatorAttribute.cs
- SignedXml.cs
- NominalTypeEliminator.cs
- FixedSOMTableCell.cs
- LookupBindingPropertiesAttribute.cs
- HttpsHostedTransportConfiguration.cs
- SmiContextFactory.cs
- AuthenticationModuleElementCollection.cs
- _KerberosClient.cs
- IResourceProvider.cs
- PageTheme.cs
- XamlClipboardData.cs
- DataStreamFromComStream.cs
- DataServiceContext.cs
- QueryPageSettingsEventArgs.cs
- DataPagerFieldItem.cs
- MultiByteCodec.cs
- CatalogPart.cs
- WCFBuildProvider.cs
- CircleHotSpot.cs
- BitmapEffectState.cs
- ForeignConstraint.cs
- AnnotationResourceChangedEventArgs.cs
- DirectionalLight.cs
- FormatPage.cs
- EncoderExceptionFallback.cs
- SqlDataSourceEnumerator.cs
- XmlSchemaComplexContentExtension.cs
- ConfigurationValidatorBase.cs
- InvalidCardException.cs
- ResourceManager.cs
- KeyToListMap.cs
- MethodImplAttribute.cs
- TextParaLineResult.cs
- ModuleElement.cs
- Region.cs
- GCHandleCookieTable.cs
- WebBrowserBase.cs
- Buffer.cs
- QueuePropertyVariants.cs
- PresentationAppDomainManager.cs
- SystemColorTracker.cs
- TableLayoutSettingsTypeConverter.cs
- HebrewNumber.cs
- InfiniteTimeSpanConverter.cs
- XmlQueryCardinality.cs
- WebDisplayNameAttribute.cs
- DescendantQuery.cs
- hwndwrapper.cs
- AsymmetricSignatureDeformatter.cs
- XmlBuffer.cs
- EventDriven.cs
- ExpandCollapseProviderWrapper.cs
- ProfileBuildProvider.cs
- RedistVersionInfo.cs
- CodeTypeOfExpression.cs
- UrlRoutingHandler.cs
- ItemCheckEvent.cs
- OdbcUtils.cs
- XmlObjectSerializerWriteContext.cs
- RecordManager.cs
- SqlIdentifier.cs
- EditorPart.cs
- DataGridTableStyleMappingNameEditor.cs
- _ProxyChain.cs