Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / HttpGetProtocolReflector.cs / 1305376 / HttpGetProtocolReflector.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Description { using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.Xml.Schema; using System.Collections; using System; using System.Reflection; internal class HttpGetProtocolReflector : HttpProtocolReflector { public override string ProtocolName { get { return "HttpGet"; } } protected override void BeginClass() { if (IsEmptyBinding) return; HttpBinding httpBinding = new HttpBinding(); httpBinding.Verb = "GET"; Binding.Extensions.Add(httpBinding); HttpAddressBinding httpAddressBinding = new HttpAddressBinding(); httpAddressBinding.Location = ServiceUrl; Port.Extensions.Add(httpAddressBinding); } protected override bool ReflectMethod() { if (!ReflectUrlParameters()) return false; if (!ReflectMimeReturn()) return false; HttpOperationBinding httpOperationBinding = new HttpOperationBinding(); httpOperationBinding.Location = MethodUrl; OperationBinding.Extensions.Add(httpOperationBinding); return true; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Description { using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Serialization; using System.Xml.Schema; using System.Collections; using System; using System.Reflection; internal class HttpGetProtocolReflector : HttpProtocolReflector { public override string ProtocolName { get { return "HttpGet"; } } protected override void BeginClass() { if (IsEmptyBinding) return; HttpBinding httpBinding = new HttpBinding(); httpBinding.Verb = "GET"; Binding.Extensions.Add(httpBinding); HttpAddressBinding httpAddressBinding = new HttpAddressBinding(); httpAddressBinding.Location = ServiceUrl; Port.Extensions.Add(httpAddressBinding); } protected override bool ReflectMethod() { if (!ReflectUrlParameters()) return false; if (!ReflectMimeReturn()) return false; HttpOperationBinding httpOperationBinding = new HttpOperationBinding(); httpOperationBinding.Location = MethodUrl; OperationBinding.Extensions.Add(httpOperationBinding); return true; } } } // 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
- ZoomingMessageFilter.cs
- VirtualDirectoryMappingCollection.cs
- FileEnumerator.cs
- ResourceReader.cs
- RegexMatch.cs
- OptionalRstParameters.cs
- LocalizableAttribute.cs
- StreamGeometryContext.cs
- TableSectionStyle.cs
- TextShapeableCharacters.cs
- SiteMapHierarchicalDataSourceView.cs
- SchemaObjectWriter.cs
- Flattener.cs
- XsltQilFactory.cs
- TrackingStringDictionary.cs
- QueryOpeningEnumerator.cs
- _NTAuthentication.cs
- StrongNameKeyPair.cs
- PackWebRequestFactory.cs
- FormViewDeletedEventArgs.cs
- DataServiceRequestOfT.cs
- WarningException.cs
- DomainUpDown.cs
- XmlnsDictionary.cs
- FrameAutomationPeer.cs
- CommonProperties.cs
- MsmqTransportSecurity.cs
- UIPropertyMetadata.cs
- WinEventQueueItem.cs
- ColumnBinding.cs
- ListGeneralPage.cs
- DataServiceStreamProviderWrapper.cs
- XmlDictionaryWriter.cs
- NativeMethods.cs
- Calendar.cs
- InkCanvasSelection.cs
- SponsorHelper.cs
- RegexGroupCollection.cs
- IBuiltInEvidence.cs
- RelOps.cs
- ChannelManager.cs
- TrackPointCollection.cs
- ToolStripPanelRenderEventArgs.cs
- SizeChangedInfo.cs
- StreamGeometry.cs
- XmlLoader.cs
- DocumentApplication.cs
- CurrencyManager.cs
- InputMethod.cs
- __TransparentProxy.cs
- SchemaElementLookUpTable.cs
- NameSpaceEvent.cs
- VirtualPathUtility.cs
- ParsedAttributeCollection.cs
- MarkupCompilePass1.cs
- XsdBuildProvider.cs
- WebResourceUtil.cs
- Rect.cs
- CurrentTimeZone.cs
- WizardPanel.cs
- XPathEmptyIterator.cs
- WorkflowItemsPresenter.cs
- Table.cs
- HttpListenerContext.cs
- AnnotationService.cs
- ConsoleCancelEventArgs.cs
- SynchronousSendBindingElement.cs
- Propagator.Evaluator.cs
- FormsIdentity.cs
- RelativeSource.cs
- DesignerActionListCollection.cs
- HttpCacheVary.cs
- LoginView.cs
- DispatchProxy.cs
- CustomCategoryAttribute.cs
- MembershipValidatePasswordEventArgs.cs
- ComboBox.cs
- WindowsEditBox.cs
- WebPartVerbCollection.cs
- SHA256.cs
- CrossAppDomainChannel.cs
- Path.cs
- GridViewRowPresenterBase.cs
- HttpGetProtocolImporter.cs
- ChildrenQuery.cs
- DataGridViewRowStateChangedEventArgs.cs
- ResourceContainer.cs
- PathFigure.cs
- AuthorizationRuleCollection.cs
- StrokeIntersection.cs
- TypefaceCollection.cs
- InvokeFunc.cs
- RefreshEventArgs.cs
- ExpandedProjectionNode.cs
- RawStylusActions.cs
- QilLiteral.cs
- WindowInteropHelper.cs
- ListViewItemEventArgs.cs
- ListBoxAutomationPeer.cs
- SerialStream.cs