Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / HttpGetClientProtocol.cs / 1305376 / HttpGetClientProtocol.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Net; using System.IO; ////// /// public class HttpGetClientProtocol : HttpSimpleClientProtocol { ///[To be supplied.] ////// /// public HttpGetClientProtocol() : base() { } ///[To be supplied.] ////// /// protected override WebRequest GetWebRequest(Uri uri) { WebRequest request = base.GetWebRequest(uri); request.Method = "GET"; return request; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Net; using System.IO; ////// /// public class HttpGetClientProtocol : HttpSimpleClientProtocol { ///[To be supplied.] ////// /// public HttpGetClientProtocol() : base() { } ///[To be supplied.] ////// /// protected override WebRequest GetWebRequest(Uri uri) { WebRequest request = base.GetWebRequest(uri); request.Method = "GET"; return request; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthenticatingEventArgs.cs
- NavigationCommands.cs
- PkcsMisc.cs
- UpWmlPageAdapter.cs
- SortFieldComparer.cs
- ASCIIEncoding.cs
- ActivityWithResultWrapper.cs
- PtsHost.cs
- SliderAutomationPeer.cs
- Parser.cs
- RecordManager.cs
- SpecularMaterial.cs
- ChineseLunisolarCalendar.cs
- ChannelServices.cs
- StrongName.cs
- PathSegment.cs
- CommandHelpers.cs
- TypeHelpers.cs
- WinFormsSecurity.cs
- SoapSchemaImporter.cs
- RawStylusInputCustomDataList.cs
- ToolbarAUtomationPeer.cs
- X509Certificate2.cs
- ClockController.cs
- EntitySetRetriever.cs
- PagesSection.cs
- StatusBarDrawItemEvent.cs
- EmptyImpersonationContext.cs
- FontStretch.cs
- StylusSystemGestureEventArgs.cs
- DataGridView.cs
- SmiContextFactory.cs
- TextStore.cs
- Floater.cs
- CalendarDay.cs
- messageonlyhwndwrapper.cs
- WorkflowDebuggerSteppingAttribute.cs
- ScrollItemProviderWrapper.cs
- DragDrop.cs
- SqlClientFactory.cs
- XmlSchemaAnnotation.cs
- ReadOnlyDictionary.cs
- IntMinMaxAggregationOperator.cs
- SessionStateContainer.cs
- DirectionalLight.cs
- FormViewModeEventArgs.cs
- PermissionToken.cs
- Signature.cs
- NumberFormatInfo.cs
- WebPartAuthorizationEventArgs.cs
- SqlReorderer.cs
- DataQuery.cs
- Pair.cs
- OrderedDictionaryStateHelper.cs
- SQLByte.cs
- HtmlElementErrorEventArgs.cs
- CachingParameterInspector.cs
- SafeThreadHandle.cs
- DoubleAnimationUsingKeyFrames.cs
- TripleDES.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- RedBlackList.cs
- ClientUrlResolverWrapper.cs
- PageClientProxyGenerator.cs
- PinnedBufferMemoryStream.cs
- XmlSchemaSimpleType.cs
- Model3DGroup.cs
- ChannelFactoryBase.cs
- IDispatchConstantAttribute.cs
- baseshape.cs
- SerialReceived.cs
- XamlSerializationHelper.cs
- CatalogPartCollection.cs
- IdentitySection.cs
- StringUtil.cs
- ServiceX509SecurityTokenProvider.cs
- PagedDataSource.cs
- TransformCryptoHandle.cs
- SoapFault.cs
- _HeaderInfoTable.cs
- WebPartZoneBase.cs
- BitmapEffectInputConnector.cs
- NativeCompoundFileAPIs.cs
- Clock.cs
- Span.cs
- BaseServiceProvider.cs
- PropertyGridCommands.cs
- ChangeInterceptorAttribute.cs
- ArraySet.cs
- ToolStripPanelRenderEventArgs.cs
- QueryContinueDragEvent.cs
- HtmlInputButton.cs
- TypeForwardedFromAttribute.cs
- XmlSchemaCollection.cs
- Subtree.cs
- GlobalizationSection.cs
- CompiledAction.cs
- ValidationError.cs
- Comparer.cs
- IncrementalCompileAnalyzer.cs