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
- HttpApplication.cs
- DataServiceContext.cs
- CacheSection.cs
- __FastResourceComparer.cs
- MatchAllMessageFilter.cs
- EngineSiteSapi.cs
- XmlWellformedWriter.cs
- Assembly.cs
- EndpointDiscoveryMetadata.cs
- DefaultCommandConverter.cs
- FrameworkElement.cs
- VectorCollection.cs
- HttpResponseHeader.cs
- TreeViewCancelEvent.cs
- ClickablePoint.cs
- TableLayoutPanel.cs
- DetailsViewPagerRow.cs
- EventBuilder.cs
- ManifestResourceInfo.cs
- DesignConnectionCollection.cs
- ListBindingHelper.cs
- DescendantBaseQuery.cs
- EmptyCollection.cs
- ConditionalAttribute.cs
- AppDomainUnloadedException.cs
- NonParentingControl.cs
- AxisAngleRotation3D.cs
- RadioButton.cs
- ThreadExceptionDialog.cs
- PeerSecurityManager.cs
- WinFormsSecurity.cs
- SystemIcmpV6Statistics.cs
- SafeLocalMemHandle.cs
- CustomError.cs
- NavigationCommands.cs
- EnterpriseServicesHelper.cs
- JavascriptCallbackResponseProperty.cs
- QueryCacheManager.cs
- AbstractDataSvcMapFileLoader.cs
- StylusButtonEventArgs.cs
- RtfFormatStack.cs
- ReadOnlyDataSource.cs
- RowBinding.cs
- SystemDropShadowChrome.cs
- DataRelationPropertyDescriptor.cs
- RuleSettings.cs
- Int64Converter.cs
- FontStretchConverter.cs
- NGCSerializationManagerAsync.cs
- WhereQueryOperator.cs
- FixedSOMLineCollection.cs
- MobileControlPersister.cs
- SqlDataRecord.cs
- documentsequencetextpointer.cs
- HandoffBehavior.cs
- SoapDocumentServiceAttribute.cs
- TranslateTransform.cs
- GridItemPattern.cs
- GridViewColumnHeaderAutomationPeer.cs
- EditingCoordinator.cs
- ProtocolViolationException.cs
- RadioButtonRenderer.cs
- LazyTextWriterCreator.cs
- MimeTypeMapper.cs
- Double.cs
- FunctionMappingTranslator.cs
- PropertyMapper.cs
- DataGridRow.cs
- DatatypeImplementation.cs
- PointCollectionConverter.cs
- ColorMatrix.cs
- IteratorFilter.cs
- XmlEncodedRawTextWriter.cs
- OleDbErrorCollection.cs
- ConnectionManagementElement.cs
- NameTable.cs
- XmlIncludeAttribute.cs
- XmlDataImplementation.cs
- EntityViewGenerationConstants.cs
- FactoryMaker.cs
- ContractBase.cs
- HostedHttpRequestAsyncResult.cs
- SingleObjectCollection.cs
- ListViewSortEventArgs.cs
- XmlSchemaResource.cs
- DomNameTable.cs
- SaveWorkflowAsyncResult.cs
- DBConnectionString.cs
- RangeBase.cs
- FontNamesConverter.cs
- DataGridItemAttachedStorage.cs
- HtmlGenericControl.cs
- QilPatternFactory.cs
- Avt.cs
- FormatterServices.cs
- EventBuilder.cs
- TreeNode.cs
- ScriptBehaviorDescriptor.cs
- CommentEmitter.cs
- Operators.cs