Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / MessageDirection.cs / 1 / MessageDirection.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Description { public enum MessageDirection { Input, Output } static class MessageDirectionHelper { internal static bool IsDefined(MessageDirection value) { return (value == MessageDirection.Input || value == MessageDirection.Output); } internal static MessageDirection Opposite(MessageDirection d) { return d == MessageDirection.Input ? MessageDirection.Output : MessageDirection.Input; } } } // 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
- CssClassPropertyAttribute.cs
- PlainXmlDeserializer.cs
- RemotingConfigParser.cs
- ContextDataSource.cs
- Deflater.cs
- DbCommandTree.cs
- Rect.cs
- ToolStripPanelCell.cs
- WebPartPersonalization.cs
- ArrayList.cs
- MetafileHeader.cs
- AttachmentCollection.cs
- OperationInfo.cs
- HuffCodec.cs
- PropertyMapper.cs
- MissingFieldException.cs
- PartialArray.cs
- Util.cs
- OdbcConnection.cs
- smtppermission.cs
- LogicalCallContext.cs
- HelpKeywordAttribute.cs
- _TimerThread.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- METAHEADER.cs
- FreezableCollection.cs
- ColorAnimation.cs
- StatusBarDrawItemEvent.cs
- CodeArgumentReferenceExpression.cs
- GetWinFXPath.cs
- OpenFileDialog.cs
- FileLoadException.cs
- ColorInterpolationModeValidation.cs
- ThreadTrace.cs
- ResetableIterator.cs
- hwndwrapper.cs
- Serializer.cs
- AddInProcess.cs
- MappedMetaModel.cs
- WriterOutput.cs
- Vertex.cs
- InfoCardArgumentException.cs
- ResourceReferenceExpressionConverter.cs
- SessionStateSection.cs
- ScheduleChanges.cs
- Unit.cs
- StackOverflowException.cs
- HandlerBase.cs
- ContractNamespaceAttribute.cs
- BinaryConverter.cs
- HyperLink.cs
- OrderPreservingMergeHelper.cs
- MultiPageTextView.cs
- RijndaelCryptoServiceProvider.cs
- LineBreak.cs
- LoopExpression.cs
- CopyCodeAction.cs
- ListItemConverter.cs
- PropertyPathConverter.cs
- CodePrimitiveExpression.cs
- EntityStoreSchemaFilterEntry.cs
- BamlTreeNode.cs
- Events.cs
- SoapParser.cs
- PhysicalAddress.cs
- IisTraceListener.cs
- ResourceDictionary.cs
- CacheModeConverter.cs
- If.cs
- TextServicesCompartmentContext.cs
- ReferencedAssemblyResolver.cs
- LocalizationParserHooks.cs
- IPAddress.cs
- ResourceReader.cs
- PersonalizationProviderCollection.cs
- InfoCardBinaryReader.cs
- QueryCacheEntry.cs
- ListBase.cs
- CompletionBookmark.cs
- TempFiles.cs
- DetailsViewDeleteEventArgs.cs
- SmtpTransport.cs
- UriExt.cs
- DisplayNameAttribute.cs
- InputMethodStateChangeEventArgs.cs
- BuilderPropertyEntry.cs
- ISCIIEncoding.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- Matrix3D.cs
- OutOfMemoryException.cs
- UnmanagedHandle.cs
- DataSourceCacheDurationConverter.cs
- PanelStyle.cs
- NullableConverter.cs
- ResourceExpression.cs
- PageHandlerFactory.cs
- ObjectHandle.cs
- CodeDOMProvider.cs
- CompiledQueryCacheKey.cs
- InstancePersistence.cs