Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / HttpPostClientProtocol.cs / 1305376 / HttpPostClientProtocol.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System.Net; using System.IO; ////// /// public class HttpPostClientProtocol : HttpSimpleClientProtocol { ///[To be supplied.] ////// /// public HttpPostClientProtocol() : base() { } ///[To be supplied.] ////// /// protected override WebRequest GetWebRequest(Uri uri) { WebRequest request = base.GetWebRequest(uri); request.Method = "POST"; 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 HttpPostClientProtocol : HttpSimpleClientProtocol { ///[To be supplied.] ////// /// public HttpPostClientProtocol() : base() { } ///[To be supplied.] ////// /// protected override WebRequest GetWebRequest(Uri uri) { WebRequest request = base.GetWebRequest(uri); request.Method = "POST"; 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
- ContentType.cs
- StyleModeStack.cs
- BitmapEffectRenderDataResource.cs
- RelationshipEndCollection.cs
- Repeater.cs
- ProcessModuleCollection.cs
- TdsParserSafeHandles.cs
- PixelShader.cs
- DrawingImage.cs
- SqlGenericUtil.cs
- TailCallAnalyzer.cs
- FactoryId.cs
- DynamicQueryableWrapper.cs
- PassportAuthenticationModule.cs
- HScrollProperties.cs
- OleDbFactory.cs
- UIElementParagraph.cs
- CallContext.cs
- NavigationProperty.cs
- EntitySqlException.cs
- FlowchartDesigner.Helpers.cs
- NodeInfo.cs
- MaskedTextProvider.cs
- CodeSubDirectory.cs
- NetCodeGroup.cs
- SafeRightsManagementHandle.cs
- MimeMultiPart.cs
- BindValidator.cs
- Nullable.cs
- AssertSection.cs
- ScriptMethodAttribute.cs
- SafeNativeMethods.cs
- DataGridHeaderBorder.cs
- Help.cs
- MenuEventArgs.cs
- PolyBezierSegmentFigureLogic.cs
- ResolvedKeyFrameEntry.cs
- HtmlAnchor.cs
- SqlServices.cs
- WebControl.cs
- SourceChangedEventArgs.cs
- MultitargetingHelpers.cs
- SinglePageViewer.cs
- RegexBoyerMoore.cs
- BamlBinaryReader.cs
- OleDbDataAdapter.cs
- RedirectionProxy.cs
- SettingsContext.cs
- SQLDecimal.cs
- WindowsContainer.cs
- XmlSchemaSequence.cs
- CellCreator.cs
- ScriptingAuthenticationServiceSection.cs
- TablePattern.cs
- WebSysDisplayNameAttribute.cs
- IPCCacheManager.cs
- SaveFileDialog.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- RequestCacheEntry.cs
- recordstatescratchpad.cs
- AbstractExpressions.cs
- RenderDataDrawingContext.cs
- tabpagecollectioneditor.cs
- LoadedOrUnloadedOperation.cs
- SafeEventLogWriteHandle.cs
- OverflowException.cs
- Window.cs
- ViewBase.cs
- NavigateUrlConverter.cs
- CodeAttributeArgument.cs
- Comparer.cs
- Utils.cs
- ClientTarget.cs
- ArgumentOutOfRangeException.cs
- NameTable.cs
- DataGridCommandEventArgs.cs
- SmiSettersStream.cs
- dtdvalidator.cs
- ThreadStaticAttribute.cs
- OdbcUtils.cs
- CategoryAttribute.cs
- XpsStructure.cs
- LoginView.cs
- VariableDesigner.xaml.cs
- DataSetUtil.cs
- OneOfConst.cs
- Vector3DAnimation.cs
- WebPartZoneCollection.cs
- PreProcessor.cs
- PointUtil.cs
- WindowsStatic.cs
- NativeCompoundFileAPIs.cs
- Evidence.cs
- UInt16Storage.cs
- ConfigXmlAttribute.cs
- EmptyCollection.cs
- EntityDataSourceUtil.cs
- SerialPinChanges.cs
- Mutex.cs
- SqlWebEventProvider.cs