Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / HttpServerUtilityWrapper.cs / 1 / HttpServerUtilityWrapper.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI {
using System;
using System.Diagnostics;
using System.Web;
internal sealed class HttpServerUtilityWrapper : IHttpServerUtility {
private HttpServerUtility _httpServerUtility;
public HttpServerUtilityWrapper(HttpServerUtility httpServerUtility) {
Debug.Assert(httpServerUtility != null);
_httpServerUtility = httpServerUtility;
}
#region IHttpServerUtility Members
Exception IHttpServerUtility.GetLastError() {
return _httpServerUtility.GetLastError();
}
#endregion
}
}
// 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
- ServerValidateEventArgs.cs
- QilScopedVisitor.cs
- CodeExpressionRuleDeclaration.cs
- UrlMappingsModule.cs
- ObjectDataSourceEventArgs.cs
- CheckBoxAutomationPeer.cs
- FirewallWrapper.cs
- COAUTHINFO.cs
- CoreSwitches.cs
- DeviceFilterEditorDialog.cs
- _StreamFramer.cs
- ProgressChangedEventArgs.cs
- MeshGeometry3D.cs
- ParagraphResult.cs
- TriggerBase.cs
- TextViewSelectionProcessor.cs
- DropShadowBitmapEffect.cs
- SystemDiagnosticsSection.cs
- InputMethodStateChangeEventArgs.cs
- StrokeDescriptor.cs
- UrlMapping.cs
- IteratorDescriptor.cs
- SoapEnumAttribute.cs
- Container.cs
- ContentPlaceHolder.cs
- LazyTextWriterCreator.cs
- ImageButton.cs
- CssTextWriter.cs
- RichTextBox.cs
- MouseOverProperty.cs
- ConsoleTraceListener.cs
- MethodBuilder.cs
- TextParaLineResult.cs
- BooleanStorage.cs
- SeverityFilter.cs
- IriParsingElement.cs
- GradientStopCollection.cs
- StdValidatorsAndConverters.cs
- MimeObjectFactory.cs
- ThreadInterruptedException.cs
- XamlRtfConverter.cs
- SystemWebCachingSectionGroup.cs
- PasswordTextNavigator.cs
- OwnerDrawPropertyBag.cs
- XmlAutoDetectWriter.cs
- FatalException.cs
- ServiceTimeoutsElement.cs
- TextRangeProviderWrapper.cs
- RubberbandSelector.cs
- CodeAccessSecurityEngine.cs
- AuthenticateEventArgs.cs
- IProvider.cs
- StatusBar.cs
- QueryReaderSettings.cs
- SiteMapDataSourceDesigner.cs
- XmlSchemaComplexType.cs
- ArgumentOutOfRangeException.cs
- RawStylusInputReport.cs
- StringTraceRecord.cs
- __ConsoleStream.cs
- SmiEventSink.cs
- ConfigurationSectionGroupCollection.cs
- GridViewSortEventArgs.cs
- PropertyNames.cs
- SiteMapNodeItem.cs
- ByteAnimationBase.cs
- DBParameter.cs
- ByteStreamGeometryContext.cs
- OLEDB_Util.cs
- SubclassTypeValidatorAttribute.cs
- Timer.cs
- ProbeRequestResponseAsyncResult.cs
- WmlImageAdapter.cs
- SchemaTableColumn.cs
- ScrollViewer.cs
- COM2ExtendedUITypeEditor.cs
- SettingsPropertyCollection.cs
- MimeTypeMapper.cs
- WithParamAction.cs
- VisualStyleTypesAndProperties.cs
- EventLogWatcher.cs
- WebControl.cs
- ImageBrush.cs
- StringHelper.cs
- FormattedTextSymbols.cs
- ToolStripSettings.cs
- MessageSmuggler.cs
- CompensationDesigner.cs
- LoadItemsEventArgs.cs
- SafeArchiveContext.cs
- EnumerableCollectionView.cs
- EntityDataSourceQueryBuilder.cs
- ZeroOpNode.cs
- NamespaceDecl.cs
- RequestQueue.cs
- SqlDataSourceCustomCommandEditor.cs
- DecimalAnimationUsingKeyFrames.cs
- Debugger.cs
- BufferAllocator.cs
- ConstraintCollection.cs