Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / TcpClientCredentialType.cs / 1 / TcpClientCredentialType.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel
{
using System.Net;
public enum TcpClientCredentialType
{
None,
Windows,
Certificate
}
static class TcpClientCredentialTypeHelper
{
internal static bool IsDefined(TcpClientCredentialType value)
{
return (value == TcpClientCredentialType.None ||
value == TcpClientCredentialType.Windows ||
value == TcpClientCredentialType.Certificate);
}
}
}
// 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
- SharedPersonalizationStateInfo.cs
- StringBuilder.cs
- MDIControlStrip.cs
- LinkedResource.cs
- ArrangedElement.cs
- SessionPageStatePersister.cs
- DispatcherFrame.cs
- Sequence.cs
- BufferedMessageWriter.cs
- ProjectionPathBuilder.cs
- MenuAdapter.cs
- SqlInternalConnectionSmi.cs
- VirtualDirectoryMappingCollection.cs
- ZipFileInfoCollection.cs
- PrivateFontCollection.cs
- SequenceNumber.cs
- DataGridCommandEventArgs.cs
- TextPatternIdentifiers.cs
- MediaSystem.cs
- PointF.cs
- InputProcessorProfilesLoader.cs
- ProcessManager.cs
- NativeObjectSecurity.cs
- StrokeNodeOperations.cs
- PointAnimationClockResource.cs
- NameValueConfigurationCollection.cs
- ASCIIEncoding.cs
- WebEvents.cs
- Span.cs
- CheckBoxRenderer.cs
- ProfileSettings.cs
- CommonObjectSecurity.cs
- GlobalProxySelection.cs
- RawKeyboardInputReport.cs
- HTTPNotFoundHandler.cs
- Property.cs
- CachedPathData.cs
- RadioButtonBaseAdapter.cs
- ListenerElementsCollection.cs
- BrowserDefinitionCollection.cs
- ViewValidator.cs
- Convert.cs
- WebScriptServiceHost.cs
- InputLanguageEventArgs.cs
- KeyValueConfigurationCollection.cs
- EllipticalNodeOperations.cs
- RSAPKCS1SignatureFormatter.cs
- Schema.cs
- SoapConverter.cs
- AutomationPatternInfo.cs
- dbdatarecord.cs
- ReadOnlyCollectionBase.cs
- ResolveNameEventArgs.cs
- AccessibleObject.cs
- WebPartDescriptionCollection.cs
- DateTime.cs
- CodeSnippetExpression.cs
- XhtmlTextWriter.cs
- BaseServiceProvider.cs
- GridViewCancelEditEventArgs.cs
- ReceiveActivityDesignerTheme.cs
- CustomCategoryAttribute.cs
- SecurityManager.cs
- PersistNameAttribute.cs
- HotSpotCollection.cs
- Random.cs
- DiscoveryDocumentSearchPattern.cs
- LineGeometry.cs
- PixelShader.cs
- LocalBuilder.cs
- Thickness.cs
- TdsParser.cs
- XmlSerializerFactory.cs
- ServerIdentity.cs
- ItemsPresenter.cs
- RelationHandler.cs
- TreeNodeSelectionProcessor.cs
- ResourcePermissionBase.cs
- NamespaceImport.cs
- WindowsGraphicsWrapper.cs
- PropertyPath.cs
- UserMapPath.cs
- TextOptionsInternal.cs
- SqlInternalConnectionTds.cs
- NavigationPropertyEmitter.cs
- CustomErrorsSection.cs
- ControlBuilderAttribute.cs
- KnownIds.cs
- TagPrefixInfo.cs
- BufferAllocator.cs
- UpDownEvent.cs
- SponsorHelper.cs
- SqlCacheDependencySection.cs
- HttpPostedFile.cs
- DataColumn.cs
- _LocalDataStore.cs
- MemberHolder.cs
- SaveFileDialog.cs
- ComPlusContractBehavior.cs
- SiteMembershipCondition.cs