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
- Debugger.cs
- LocatorManager.cs
- SqlAliaser.cs
- Menu.cs
- GenericWebPart.cs
- DataGridRowAutomationPeer.cs
- DBSqlParser.cs
- OrderedParallelQuery.cs
- xml.cs
- KnownBoxes.cs
- webeventbuffer.cs
- XmlMemberMapping.cs
- CompiledQueryCacheKey.cs
- OleDbRowUpdatingEvent.cs
- CalendarDesigner.cs
- TemplateKey.cs
- RemoteWebConfigurationHostServer.cs
- EditingContext.cs
- InputScope.cs
- ColorBlend.cs
- LinkedResourceCollection.cs
- FileSecurity.cs
- PeerMaintainer.cs
- EntitySetBaseCollection.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlCharCheckingWriter.cs
- EngineSiteSapi.cs
- SqlNotificationRequest.cs
- MemberJoinTreeNode.cs
- UriExt.cs
- ViewValidator.cs
- TableLayoutSettingsTypeConverter.cs
- RootDesignerSerializerAttribute.cs
- IntSumAggregationOperator.cs
- FunctionCommandText.cs
- ReadWriteObjectLock.cs
- Selector.cs
- VersionPair.cs
- DbConnectionStringBuilder.cs
- StorageTypeMapping.cs
- NativeMethodsOther.cs
- DataObject.cs
- PageWrapper.cs
- ReaderWriterLock.cs
- TimeSpanStorage.cs
- PreviewKeyDownEventArgs.cs
- Authorization.cs
- CompressEmulationStream.cs
- BlockCollection.cs
- HttpListenerResponse.cs
- DataGridHeaderBorder.cs
- Nullable.cs
- SoapObjectInfo.cs
- NonParentingControl.cs
- DynamicActionMessageFilter.cs
- BitmapFrame.cs
- OpenTypeLayout.cs
- FloatUtil.cs
- IdentityModelDictionary.cs
- ResourcesGenerator.cs
- XhtmlConformanceSection.cs
- GrammarBuilderBase.cs
- NavigationExpr.cs
- Repeater.cs
- EntityDataSourceView.cs
- MaterialGroup.cs
- ResourceKey.cs
- BinaryObjectReader.cs
- WindowsListViewItemStartMenu.cs
- URLEditor.cs
- AsyncOperation.cs
- SqlUdtInfo.cs
- XPathNavigatorReader.cs
- _HTTPDateParse.cs
- ValidationResult.cs
- ColumnPropertiesGroup.cs
- QueryExpr.cs
- ZipIOCentralDirectoryFileHeader.cs
- SmtpCommands.cs
- OneOfTypeConst.cs
- FileDialog.cs
- DesignerActionPropertyItem.cs
- FormClosingEvent.cs
- TrackingProfile.cs
- LockedAssemblyCache.cs
- VSWCFServiceContractGenerator.cs
- SimpleMailWebEventProvider.cs
- EventManager.cs
- SpnEndpointIdentityExtension.cs
- BufferModeSettings.cs
- TreeView.cs
- StoreAnnotationsMap.cs
- SymbolEqualComparer.cs
- RelationshipNavigation.cs
- ServiceCredentialsElement.cs
- CodeExpressionStatement.cs
- Application.cs
- EncodingInfo.cs
- UdpSocket.cs
- VectorAnimationUsingKeyFrames.cs