Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / SystemNet / Net / PeerToPeer / Collaboration / PeerInvitationResponse.cs / 1305376 / PeerInvitationResponse.cs
using System; namespace System.Net.PeerToPeer.Collaboration { public class PeerInvitationResponse { private PeerInvitationResponseType m_peerInvResponseType; internal PeerInvitationResponse() { } internal PeerInvitationResponse(PeerInvitationResponseType reponseType) { m_peerInvResponseType = reponseType; } public PeerInvitationResponseType PeerInvitationResponseType { get{ return m_peerInvResponseType; } internal set{ m_peerInvResponseType = value; } } } } // 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
- ObjectSet.cs
- BaseTemplateParser.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- TraceHandlerErrorFormatter.cs
- WindowsListViewItemCheckBox.cs
- MemoryStream.cs
- FtpWebResponse.cs
- DiscoveryServerProtocol.cs
- SignedInfo.cs
- FormViewDesigner.cs
- ConfigViewGenerator.cs
- XmlValidatingReader.cs
- VerificationAttribute.cs
- SmtpNtlmAuthenticationModule.cs
- XPathBuilder.cs
- MarshalDirectiveException.cs
- PointKeyFrameCollection.cs
- OleTxTransaction.cs
- ProfilePropertySettings.cs
- PageContentAsyncResult.cs
- PartialCachingAttribute.cs
- TextElementCollectionHelper.cs
- FormsAuthenticationUser.cs
- WindowsButton.cs
- SubqueryTrackingVisitor.cs
- FastPropertyAccessor.cs
- VBIdentifierDesigner.xaml.cs
- FixedBufferAttribute.cs
- CompoundFileDeflateTransform.cs
- SplineKeyFrames.cs
- OSFeature.cs
- HtmlInputButton.cs
- WindowsFormsHostPropertyMap.cs
- XmlHierarchicalDataSourceView.cs
- CriticalFinalizerObject.cs
- SiteMapHierarchicalDataSourceView.cs
- ToolboxItemCollection.cs
- PageThemeBuildProvider.cs
- DocumentReferenceCollection.cs
- Control.cs
- GridEntry.cs
- BrowserCapabilitiesFactory.cs
- RoutedEventConverter.cs
- ZipPackagePart.cs
- FullTextLine.cs
- DataSetUtil.cs
- SqlWorkflowInstanceStoreLock.cs
- HttpDebugHandler.cs
- basenumberconverter.cs
- NamedPermissionSet.cs
- CompositeScriptReferenceEventArgs.cs
- SimpleRecyclingCache.cs
- QuaternionRotation3D.cs
- sqlmetadatafactory.cs
- InputLanguageSource.cs
- ConstraintEnumerator.cs
- Nodes.cs
- DictionaryContent.cs
- DataViewManagerListItemTypeDescriptor.cs
- LogExtent.cs
- arclist.cs
- DataGridToolTip.cs
- InputLanguageCollection.cs
- TypefaceCollection.cs
- ControlIdConverter.cs
- Matrix3DStack.cs
- BitmapFrameDecode.cs
- TlsSspiNegotiation.cs
- TextElementEditingBehaviorAttribute.cs
- EntitySetDataBindingList.cs
- SessionStateUtil.cs
- CheckBoxRenderer.cs
- ConfigUtil.cs
- RegistryPermission.cs
- SerializationAttributes.cs
- OutOfMemoryException.cs
- AttributedMetaModel.cs
- PeerNameRegistration.cs
- categoryentry.cs
- WebPartHeaderCloseVerb.cs
- ComponentChangedEvent.cs
- Int64Converter.cs
- EventRouteFactory.cs
- HebrewNumber.cs
- ParamArrayAttribute.cs
- XmlSchemaAnyAttribute.cs
- TreeViewItemAutomationPeer.cs
- WsatServiceCertificate.cs
- DataGridPreparingCellForEditEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- TrustLevelCollection.cs
- UrlMappingsSection.cs
- StateWorkerRequest.cs
- OdbcConnectionFactory.cs
- ProcessThread.cs
- SqlFileStream.cs
- StatusBarItem.cs
- FixUpCollection.cs
- CultureInfoConverter.cs
- DllNotFoundException.cs