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
- EntityDataSource.cs
- XmlSchemaAnnotated.cs
- Ticks.cs
- MatchingStyle.cs
- CodeDirectiveCollection.cs
- CacheEntry.cs
- SecurityVerifiedMessage.cs
- NumericExpr.cs
- StylusButtonEventArgs.cs
- CryptoKeySecurity.cs
- HtmlImage.cs
- BinaryCommonClasses.cs
- ObjectSpanRewriter.cs
- XmlSchemaComplexContentExtension.cs
- newinstructionaction.cs
- SoapSchemaImporter.cs
- StyleHelper.cs
- UrlAuthorizationModule.cs
- RestClientProxyHandler.cs
- bidPrivateBase.cs
- MatrixTransform3D.cs
- ValidatedControlConverter.cs
- ClosureBinding.cs
- SortQuery.cs
- DispatchChannelSink.cs
- UrlParameterWriter.cs
- CommandDevice.cs
- XmlNamespaceManager.cs
- AssemblyInfo.cs
- SqlRemoveConstantOrderBy.cs
- JsonUriDataContract.cs
- DesignRelationCollection.cs
- DataGridCellItemAutomationPeer.cs
- MediaElement.cs
- InputScopeAttribute.cs
- ArrayItemValue.cs
- SimpleApplicationHost.cs
- TcpTransportElement.cs
- MemberMaps.cs
- DataRelationCollection.cs
- PartialArray.cs
- VSDExceptions.cs
- TypeElement.cs
- FormViewInsertEventArgs.cs
- BitVec.cs
- PhonemeEventArgs.cs
- WindowsPrincipal.cs
- DialogDivider.cs
- SessionPageStateSection.cs
- XmlDataSourceNodeDescriptor.cs
- PropertyDescriptor.cs
- ProgressiveCrcCalculatingStream.cs
- RequiredFieldValidator.cs
- SQLDouble.cs
- BackStopAuthenticationModule.cs
- SchemaMerger.cs
- TrackBar.cs
- Point3DAnimation.cs
- EntityProviderServices.cs
- DataServiceQueryOfT.cs
- OdbcDataAdapter.cs
- OracleEncoding.cs
- FileSystemWatcher.cs
- MembershipSection.cs
- ObjectCloneHelper.cs
- TraceSection.cs
- UpdateTranslator.cs
- LabelLiteral.cs
- XmlValueConverter.cs
- WindowsRichEditRange.cs
- ParseHttpDate.cs
- TileBrush.cs
- CompilationSection.cs
- DateTimeFormatInfo.cs
- ItemAutomationPeer.cs
- CodeDOMProvider.cs
- ProcessHostMapPath.cs
- MemberAccessException.cs
- ResourcesChangeInfo.cs
- TokenBasedSet.cs
- CachedBitmap.cs
- ExpressionBinding.cs
- BufferModesCollection.cs
- ExtenderProvidedPropertyAttribute.cs
- EventSinkHelperWriter.cs
- Transform3DCollection.cs
- StandardOleMarshalObject.cs
- OdbcDataAdapter.cs
- AsyncContentLoadedEventArgs.cs
- EntityDesignerBuildProvider.cs
- ComponentResourceManager.cs
- Point3D.cs
- Accessors.cs
- DrawItemEvent.cs
- PostBackOptions.cs
- Soap.cs
- MimeTextImporter.cs
- HelloMessage11.cs
- SafeArrayRankMismatchException.cs
- FaultHandlingFilter.cs