Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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); } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextEditorMouse.cs
- ReliableSessionElement.cs
- ConfigurationElement.cs
- ListChunk.cs
- ExitEventArgs.cs
- ListCollectionView.cs
- XmlTypeAttribute.cs
- EdmProviderManifest.cs
- MemoryFailPoint.cs
- VoiceSynthesis.cs
- GestureRecognizer.cs
- EmptyStringExpandableObjectConverter.cs
- SerTrace.cs
- DataColumnCollection.cs
- QilInvoke.cs
- LoginUtil.cs
- StrokeRenderer.cs
- SecurityKeyIdentifier.cs
- Pen.cs
- SchemaRegistration.cs
- VerificationException.cs
- WindowPattern.cs
- XmlSchemaSubstitutionGroup.cs
- PropertyEntry.cs
- AnnotationResourceCollection.cs
- XPathAncestorIterator.cs
- BindingCompleteEventArgs.cs
- NavigationCommands.cs
- FontWeightConverter.cs
- ObjectConverter.cs
- XhtmlCssHandler.cs
- DockProviderWrapper.cs
- Int64AnimationUsingKeyFrames.cs
- Int64AnimationUsingKeyFrames.cs
- EnvelopeVersion.cs
- sqlinternaltransaction.cs
- PriorityItem.cs
- TransformGroup.cs
- WindowsFont.cs
- Helper.cs
- EntityProviderFactory.cs
- ReaderWriterLock.cs
- BrowserCapabilitiesCompiler.cs
- FontStretch.cs
- MenuCommandService.cs
- SafeWaitHandle.cs
- DictionaryItemsCollection.cs
- XmlUtf8RawTextWriter.cs
- ZoneLinkButton.cs
- ToolStripControlHost.cs
- SelfSignedCertificate.cs
- CollectionBuilder.cs
- TreeWalker.cs
- BamlBinaryReader.cs
- sqlpipe.cs
- ObjectListItem.cs
- DependencyPropertyChangedEventArgs.cs
- RadioButton.cs
- FocusManager.cs
- RedirectionProxy.cs
- ValueTypeFixupInfo.cs
- FileSystemWatcher.cs
- RequiredFieldValidator.cs
- CodeAttributeDeclarationCollection.cs
- Attributes.cs
- OleCmdHelper.cs
- RoleGroup.cs
- FixedElement.cs
- ObjRef.cs
- MediaSystem.cs
- BaseProcessor.cs
- ProcessThreadCollection.cs
- FolderBrowserDialog.cs
- InputLanguageEventArgs.cs
- OneOfElement.cs
- documentsequencetextview.cs
- VBIdentifierTrimConverter.cs
- ConsoleCancelEventArgs.cs
- assemblycache.cs
- PointAnimationClockResource.cs
- ConstraintEnumerator.cs
- TextEndOfLine.cs
- SafeRightsManagementSessionHandle.cs
- InputLangChangeEvent.cs
- XmlDocumentType.cs
- Image.cs
- DesignerRegionMouseEventArgs.cs
- SoapElementAttribute.cs
- DesignerCategoryAttribute.cs
- XmlIlTypeHelper.cs
- PerformanceCounterCategory.cs
- XmlTextAttribute.cs
- FloaterBaseParagraph.cs
- XmlSchemaSimpleType.cs
- OLEDB_Util.cs
- TranslateTransform3D.cs
- LoginView.cs
- XamlFxTrace.cs
- UInt64Converter.cs
- MultiViewDesigner.cs