Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / UrlParameterReader.cs / 1305376 / UrlParameterReader.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Services.Protocols {
using System.IO;
using System;
using System.Xml.Serialization;
using System.Reflection;
using System.Collections;
using System.Web.Services;
///
///
/// [To be supplied.]
///
public class UrlParameterReader : ValueCollectionParameterReader {
///
///
/// [To be supplied.]
///
public override object[] Read(HttpRequest request) {
return Read(request.QueryString);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Services.Protocols {
using System.IO;
using System;
using System.Xml.Serialization;
using System.Reflection;
using System.Collections;
using System.Web.Services;
///
///
/// [To be supplied.]
///
public class UrlParameterReader : ValueCollectionParameterReader {
///
///
/// [To be supplied.]
///
public override object[] Read(HttpRequest request) {
return Read(request.QueryString);
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NamespaceQuery.cs
- DnsEndpointIdentity.cs
- HtmlMeta.cs
- PerspectiveCamera.cs
- DataBoundLiteralControl.cs
- FormViewRow.cs
- EdmItemCollection.cs
- IHttpResponseInternal.cs
- UnsafeMethods.cs
- DateTimeOffsetConverter.cs
- RedistVersionInfo.cs
- SqlCacheDependency.cs
- ServiceModelSecurityTokenRequirement.cs
- ResolveNameEventArgs.cs
- SignatureToken.cs
- AtlasWeb.Designer.cs
- ISAPIApplicationHost.cs
- ToolboxDataAttribute.cs
- EntityChangedParams.cs
- MultiView.cs
- COSERVERINFO.cs
- Adorner.cs
- PathSegmentCollection.cs
- DefaultValidator.cs
- CodeTypeOfExpression.cs
- FamilyTypefaceCollection.cs
- RowParagraph.cs
- RelOps.cs
- EpmCustomContentDeSerializer.cs
- Line.cs
- Storyboard.cs
- CacheSection.cs
- PlainXmlWriter.cs
- DocumentXPathNavigator.cs
- ReadWriteSpinLock.cs
- OleDbReferenceCollection.cs
- FloaterParaClient.cs
- BinaryFormatter.cs
- WebPartTransformer.cs
- TlsSspiNegotiation.cs
- DataAccessor.cs
- InvalidOperationException.cs
- TraceInternal.cs
- Hex.cs
- ForwardPositionQuery.cs
- ProcessHostMapPath.cs
- BitmapEffectInput.cs
- SafeFindHandle.cs
- SafeNativeMethods.cs
- SafeNativeMethods.cs
- AuditLog.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DtrList.cs
- ChangePasswordAutoFormat.cs
- FormatterConverter.cs
- UIntPtr.cs
- SemanticBasicElement.cs
- PagerSettings.cs
- SharedPersonalizationStateInfo.cs
- CharacterMetricsDictionary.cs
- GroupedContextMenuStrip.cs
- SqlGenericUtil.cs
- ApplicationException.cs
- NotFiniteNumberException.cs
- MdImport.cs
- GridViewRowEventArgs.cs
- AppDomainProtocolHandler.cs
- _HTTPDateParse.cs
- KeyboardDevice.cs
- FacetChecker.cs
- ToolStripItemRenderEventArgs.cs
- Menu.cs
- ClientCredentialsSecurityTokenManager.cs
- HybridDictionary.cs
- InfoCardBaseException.cs
- MetadataCacheItem.cs
- RuleSettings.cs
- CodeDomSerializationProvider.cs
- IndentTextWriter.cs
- StateWorkerRequest.cs
- Message.cs
- CursorInteropHelper.cs
- ServiceOperation.cs
- SrgsElement.cs
- Size3D.cs
- OleDbErrorCollection.cs
- DBCSCodePageEncoding.cs
- Expr.cs
- Utility.cs
- TableItemPattern.cs
- ModelProperty.cs
- NamedPipeProcessProtocolHandler.cs
- Utils.cs
- DisplayMemberTemplateSelector.cs
- XmlQueryRuntime.cs
- ExtensionSimplifierMarkupObject.cs
- LoginUtil.cs
- CreatingCookieEventArgs.cs
- DataGridViewCellFormattingEventArgs.cs
- ArcSegment.cs