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
- FixedPage.cs
- TriggerActionCollection.cs
- Debugger.cs
- BitmapImage.cs
- DecimalFormatter.cs
- IgnoreDeviceFilterElementCollection.cs
- DataGridComponentEditor.cs
- SchemaTableColumn.cs
- FreezableCollection.cs
- ProjectionCamera.cs
- DataControlField.cs
- QueuePathDialog.cs
- IxmlLineInfo.cs
- KeyBinding.cs
- TrustLevel.cs
- TraceHandlerErrorFormatter.cs
- ContractDescription.cs
- Int32Collection.cs
- TypeNameHelper.cs
- SafeSecurityHelper.cs
- PostBackTrigger.cs
- ObservableCollection.cs
- TransformerInfoCollection.cs
- ToolboxBitmapAttribute.cs
- WizardForm.cs
- SmtpException.cs
- RangeBaseAutomationPeer.cs
- ToolStripSystemRenderer.cs
- LineServices.cs
- SqlFacetAttribute.cs
- RichTextBox.cs
- SrgsGrammar.cs
- SqlGenericUtil.cs
- CodeAttributeDeclarationCollection.cs
- DataObjectCopyingEventArgs.cs
- XPathAncestorIterator.cs
- MergeLocalizationDirectives.cs
- SvcMapFileSerializer.cs
- DocumentViewerAutomationPeer.cs
- ContractMapping.cs
- MediaElement.cs
- DesignerTransactionCloseEvent.cs
- SafeHandle.cs
- IntegerValidator.cs
- dataprotectionpermissionattribute.cs
- ClientOptions.cs
- Knowncolors.cs
- ResourceContainer.cs
- UTF8Encoding.cs
- RequestCachePolicyConverter.cs
- ChangeTracker.cs
- TraceUtility.cs
- AgileSafeNativeMemoryHandle.cs
- OracleException.cs
- MemberMaps.cs
- X509Utils.cs
- OpCopier.cs
- MediaTimeline.cs
- DetailsViewCommandEventArgs.cs
- SelectedDatesCollection.cs
- HttpResponseInternalBase.cs
- AuthorizationRule.cs
- AnnotationDocumentPaginator.cs
- SafeArrayRankMismatchException.cs
- HebrewNumber.cs
- ObjectTag.cs
- SiteMapNodeItemEventArgs.cs
- MultiSelectRootGridEntry.cs
- PersistChildrenAttribute.cs
- CommunicationObjectManager.cs
- XmlAutoDetectWriter.cs
- XsdCachingReader.cs
- OpenTypeLayoutCache.cs
- IndexedString.cs
- XmlBinaryReader.cs
- FixedTextBuilder.cs
- IntPtr.cs
- Completion.cs
- ConnectionProviderAttribute.cs
- PersonalizableTypeEntry.cs
- SoapSchemaExporter.cs
- TickBar.cs
- WorkflowNamespace.cs
- StylusSystemGestureEventArgs.cs
- CodeComment.cs
- SafeNativeMethods.cs
- PipeStream.cs
- Slider.cs
- StateItem.cs
- LineInfo.cs
- NotifyCollectionChangedEventArgs.cs
- ProfileModule.cs
- Buffer.cs
- MatrixTransform.cs
- HMACSHA1.cs
- TypeListConverter.cs
- ServiceModelReg.cs
- Propagator.Evaluator.cs
- AssemblyUtil.cs
- ConnectionStringsSection.cs