Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Hosting / ProcessProtocolHandler.cs / 3 / ProcessProtocolHandler.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Hosting { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public abstract class ProcessProtocolHandler : MarshalByRefObject { protected ProcessProtocolHandler() { } [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.Infrastructure)] public override Object InitializeLifetimeService(){ return null; // never expire lease } public abstract void StartListenerChannel(IListenerChannelCallback listenerChannelCallback, IAdphManager AdphManager); public abstract void StopListenerChannel(int listenerChannelId, bool immediate); public abstract void StopProtocol(bool immediate); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Hosting { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public abstract class ProcessProtocolHandler : MarshalByRefObject { protected ProcessProtocolHandler() { } [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags=SecurityPermissionFlag.Infrastructure)] public override Object InitializeLifetimeService(){ return null; // never expire lease } public abstract void StartListenerChannel(IListenerChannelCallback listenerChannelCallback, IAdphManager AdphManager); public abstract void StopListenerChannel(int listenerChannelId, bool immediate); public abstract void StopProtocol(bool immediate); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSubtreeReader.cs
- ConfigurationSectionCollection.cs
- FixedHyperLink.cs
- TrustSection.cs
- ConnectionManagementElement.cs
- CodeDelegateInvokeExpression.cs
- TypeUtils.cs
- EllipseGeometry.cs
- CodeStatementCollection.cs
- BuildManagerHost.cs
- DataControlFieldCell.cs
- HScrollBar.cs
- EventBookmark.cs
- InfoCardProofToken.cs
- ProviderManager.cs
- CompiledIdentityConstraint.cs
- GridViewRowEventArgs.cs
- ContentType.cs
- Hyperlink.cs
- XmlSchemaNotation.cs
- FixedPageProcessor.cs
- XmlSchemaSet.cs
- RepeaterItem.cs
- PerfCounters.cs
- Int16AnimationBase.cs
- SystemThemeKey.cs
- FontConverter.cs
- XpsS0ValidatingLoader.cs
- WebControlsSection.cs
- Crypto.cs
- DataControlButton.cs
- RelationshipEnd.cs
- TextEditorTyping.cs
- LiteralControl.cs
- DataGridPageChangedEventArgs.cs
- VerificationAttribute.cs
- AddInIpcChannel.cs
- EpmCustomContentWriterNodeData.cs
- DataTableMapping.cs
- XmlNavigatorStack.cs
- TraceHandlerErrorFormatter.cs
- TreeViewItemAutomationPeer.cs
- NamespaceList.cs
- CodeTypeConstructor.cs
- BindingContext.cs
- CapabilitiesState.cs
- Schedule.cs
- CompensatableSequenceActivity.cs
- OrderByLifter.cs
- RegularExpressionValidator.cs
- SafeRightsManagementEnvironmentHandle.cs
- MediaTimeline.cs
- Figure.cs
- Token.cs
- ControlBindingsCollection.cs
- ValidationResult.cs
- DBBindings.cs
- altserialization.cs
- CoTaskMemSafeHandle.cs
- ColumnCollection.cs
- GlyphRunDrawing.cs
- EnumerableRowCollectionExtensions.cs
- TimersDescriptionAttribute.cs
- ConfigurationSectionCollection.cs
- HashCodeCombiner.cs
- GridView.cs
- RefType.cs
- DiscoveryEndpointValidator.cs
- BamlRecordHelper.cs
- ILGen.cs
- LineGeometry.cs
- PropertyDescriptorComparer.cs
- wpf-etw.cs
- SizeAnimationClockResource.cs
- RequestCacheValidator.cs
- DetailsViewPagerRow.cs
- Lasso.cs
- TextEditorTables.cs
- Win32Native.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- RouteParser.cs
- ColorIndependentAnimationStorage.cs
- TransformationRules.cs
- VisualTreeHelper.cs
- ProcessThreadDesigner.cs
- RewritingSimplifier.cs
- IdentitySection.cs
- CultureTable.cs
- WinCategoryAttribute.cs
- BufferedStream2.cs
- XamlReaderHelper.cs
- TabControlEvent.cs
- altserialization.cs
- EventListenerClientSide.cs
- ListViewSortEventArgs.cs
- MetadataUtilsSmi.cs
- ConfigXmlReader.cs
- XPathDocument.cs
- ellipse.cs
- WsatAdminException.cs