Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Channels / BinaryVersion.cs / 1 / BinaryVersion.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Channels { using System.Xml; /* public */ class BinaryVersion { static public readonly BinaryVersion Version1 = new BinaryVersion(FramingEncodingString.Binary, FramingEncodingString.BinarySession, ServiceModelDictionary.Version1); string contentType; string sessionContentType; IXmlDictionary dictionary; BinaryVersion(string contentType, string sessionContentType, IXmlDictionary dictionary) { this.contentType = contentType; this.sessionContentType = sessionContentType; this.dictionary = dictionary; } static public BinaryVersion CurrentVersion { get { return Version1; } } public string ContentType { get { return contentType; } } public string SessionContentType { get { return sessionContentType; } } public IXmlDictionary Dictionary { get { return dictionary; } } } } // 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
- UrlAuthorizationModule.cs
- MethodAccessException.cs
- ImageAnimator.cs
- Point3DKeyFrameCollection.cs
- StringDictionaryWithComparer.cs
- PropertyPathConverter.cs
- XmlReaderSettings.cs
- SaveFileDialog.cs
- GenerateScriptTypeAttribute.cs
- CryptoStream.cs
- UnmanagedMemoryStreamWrapper.cs
- ToolStripProgressBar.cs
- HttpCapabilitiesBase.cs
- ConfigurationElementCollection.cs
- DoWorkEventArgs.cs
- TagPrefixInfo.cs
- ScrollViewer.cs
- ArrayTypeMismatchException.cs
- ScriptReferenceEventArgs.cs
- OledbConnectionStringbuilder.cs
- ListMarkerSourceInfo.cs
- CommandID.cs
- BreakRecordTable.cs
- ErrorLog.cs
- DetectRunnableInstancesTask.cs
- MimeAnyImporter.cs
- Tablet.cs
- WindowClosedEventArgs.cs
- WebPartCloseVerb.cs
- WebPartConnectionsDisconnectVerb.cs
- DependencyPropertyAttribute.cs
- ContractComponent.cs
- DataGridState.cs
- ValueChangedEventManager.cs
- SrgsItemList.cs
- TimerElapsedEvenArgs.cs
- SoapProtocolImporter.cs
- PixelShader.cs
- NodeLabelEditEvent.cs
- CurrencyWrapper.cs
- LiteralLink.cs
- PartialCachingAttribute.cs
- XPathDocument.cs
- WebServiceHandler.cs
- XsdCachingReader.cs
- CommandBinding.cs
- PeerReferralPolicy.cs
- WindowsTreeView.cs
- DragStartedEventArgs.cs
- TokenizerHelper.cs
- PointAnimationClockResource.cs
- PreviewKeyDownEventArgs.cs
- LateBoundBitmapDecoder.cs
- NavigatorInput.cs
- ColorInterpolationModeValidation.cs
- Track.cs
- CallbackHandler.cs
- HttpPostProtocolImporter.cs
- ListViewUpdateEventArgs.cs
- QilParameter.cs
- Overlapped.cs
- ScrollChrome.cs
- HandleExceptionArgs.cs
- CustomAttributeFormatException.cs
- LayoutSettings.cs
- SimpleMailWebEventProvider.cs
- WebPartConnectionsCancelEventArgs.cs
- BrowserTree.cs
- WebHttpBinding.cs
- CachedBitmap.cs
- SoapAttributeOverrides.cs
- NavigatingCancelEventArgs.cs
- TemplateField.cs
- Site.cs
- SystemIcmpV6Statistics.cs
- ApplicationSecurityManager.cs
- COAUTHINFO.cs
- GenericAuthenticationEventArgs.cs
- HyperLink.cs
- SafeSystemMetrics.cs
- BooleanFacetDescriptionElement.cs
- PreviewPageInfo.cs
- ServiceEndpointAssociationProvider.cs
- XMLSyntaxException.cs
- ObjectMemberMapping.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- OracleString.cs
- ClientTargetSection.cs
- InputManager.cs
- InitialServerConnectionReader.cs
- CfgSemanticTag.cs
- HttpStreamXmlDictionaryReader.cs
- WebHostUnsafeNativeMethods.cs
- SortDescriptionCollection.cs
- SystemGatewayIPAddressInformation.cs
- QueryCacheKey.cs
- ActivityCodeDomSerializationManager.cs
- LinkAreaEditor.cs
- DelegatingTypeDescriptionProvider.cs
- StaticSiteMapProvider.cs