Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Activation / HttpHandler.cs / 1 / HttpHandler.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Activation { using System.Threading; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Diagnostics; using System.Web; using System.Web.SessionState; using System.Security; class HttpHandler : IHttpHandler, IRequiresSessionState { public bool IsReusable { ////// RequiresReview - called outside PermitOnly context, /// [SecurityRequiresReview] get { return true; } } ////// Critical - entry-point from asp.net, called outside PermitOnly context /// [SecurityCritical] public void ProcessRequest(HttpContext context) { ServiceHostingEnvironment.SafeEnsureInitialized(); HostedHttpRequestAsyncResult.ExecuteSynchronous(context.ApplicationInstance, true); } } } // 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
- DocumentXmlWriter.cs
- GeneratedView.cs
- SignerInfo.cs
- WebUtil.cs
- ThicknessKeyFrameCollection.cs
- HwndHost.cs
- ImageIndexConverter.cs
- ComponentDispatcher.cs
- ACE.cs
- ActivityValidator.cs
- SystemSounds.cs
- UncommonField.cs
- DataGridViewRowEventArgs.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- ScrollProperties.cs
- InputLanguageSource.cs
- ToolBarButtonClickEvent.cs
- NextPreviousPagerField.cs
- ResourcesBuildProvider.cs
- FixedSOMPageElement.cs
- SynchronizedInputAdaptor.cs
- JapaneseCalendar.cs
- DrawingAttributesDefaultValueFactory.cs
- Misc.cs
- CallSite.cs
- SqlCrossApplyToCrossJoin.cs
- WindowsFormsSynchronizationContext.cs
- loginstatus.cs
- CharAnimationBase.cs
- PageRanges.cs
- dbenumerator.cs
- Html32TextWriter.cs
- DebugController.cs
- AppSettingsReader.cs
- ValidationErrorInfo.cs
- WeakEventTable.cs
- RecognizerStateChangedEventArgs.cs
- SemanticBasicElement.cs
- BaseInfoTable.cs
- ElementFactory.cs
- regiisutil.cs
- ItemChangedEventArgs.cs
- OutOfProcStateClientManager.cs
- X509ChainElement.cs
- CreatingCookieEventArgs.cs
- RegexMatchCollection.cs
- ParameterElementCollection.cs
- SerializationInfoEnumerator.cs
- TextDpi.cs
- SQLInt16Storage.cs
- Parallel.cs
- typedescriptorpermission.cs
- EntityTypeEmitter.cs
- WhitespaceSignificantCollectionAttribute.cs
- Reference.cs
- UntrustedRecipientException.cs
- ApplicationSecurityInfo.cs
- TimeoutValidationAttribute.cs
- OperationSelectorBehavior.cs
- SaveFileDialog.cs
- Decoder.cs
- HtmlEncodedRawTextWriter.cs
- PersistenceTypeAttribute.cs
- ConvertersCollection.cs
- OutputCacheSection.cs
- XmlNodeReader.cs
- SystemUnicastIPAddressInformation.cs
- IssuedTokenClientCredential.cs
- CriticalHandle.cs
- EditCommandColumn.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- SaveWorkflowCommand.cs
- WebEvents.cs
- DetailsView.cs
- DebuggerAttributes.cs
- StickyNoteAnnotations.cs
- ObfuscationAttribute.cs
- _NtlmClient.cs
- QilCloneVisitor.cs
- BrowserCapabilitiesCompiler.cs
- ViewGenerator.cs
- ConfigurationManagerInternalFactory.cs
- ButtonField.cs
- EncoderReplacementFallback.cs
- UpdatePanelControlTrigger.cs
- COM2PropertyBuilderUITypeEditor.cs
- VectorAnimation.cs
- OleDbRowUpdatingEvent.cs
- EventEntry.cs
- FormViewModeEventArgs.cs
- TemplateControlBuildProvider.cs
- FormViewUpdateEventArgs.cs
- mongolianshape.cs
- RuntimeIdentifierPropertyAttribute.cs
- RequiredAttributeAttribute.cs
- CustomAttributeFormatException.cs
- XmlAttributeOverrides.cs
- MaskedTextBox.cs
- UrlAuthFailedErrorFormatter.cs
- IProvider.cs