Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / SystemNet / Net / PeerToPeer / Collaboration / PeerApplicationLaunchInfo.cs / 1 / PeerApplicationLaunchInfo.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.PeerToPeer.Collaboration { using System; ////// Represents launch info that collab gives back for the running application. /// If this application has been started up via collab invitation then it gives /// back the details of that invitation. /// public class PeerApplicationLaunchInfo { private PeerContact m_peerContact; private PeerEndPoint m_peerEndPoint; private PeerApplication m_peerApplication; private byte[] m_inviteData; private string m_message; internal PeerApplicationLaunchInfo() { } public PeerContact PeerContact { get{ return m_peerContact; } internal set{ m_peerContact = value; } } public PeerEndPoint PeerEndPoint { get{ return m_peerEndPoint; } internal set{ m_peerEndPoint = value; } } public PeerApplication PeerApplication { get{ return m_peerApplication; } internal set{ m_peerApplication = value; } } public byte[] Data { get{ return m_inviteData; } internal set{ m_inviteData = value; } } public string Message { get{ return m_message; } internal set{ m_message = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net.PeerToPeer.Collaboration { using System; ////// Represents launch info that collab gives back for the running application. /// If this application has been started up via collab invitation then it gives /// back the details of that invitation. /// public class PeerApplicationLaunchInfo { private PeerContact m_peerContact; private PeerEndPoint m_peerEndPoint; private PeerApplication m_peerApplication; private byte[] m_inviteData; private string m_message; internal PeerApplicationLaunchInfo() { } public PeerContact PeerContact { get{ return m_peerContact; } internal set{ m_peerContact = value; } } public PeerEndPoint PeerEndPoint { get{ return m_peerEndPoint; } internal set{ m_peerEndPoint = value; } } public PeerApplication PeerApplication { get{ return m_peerApplication; } internal set{ m_peerApplication = value; } } public byte[] Data { get{ return m_inviteData; } internal set{ m_inviteData = value; } } public string Message { get{ return m_message; } internal set{ m_message = value; } } } } // 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
- DecimalAnimationBase.cs
- HierarchicalDataBoundControlAdapter.cs
- ContainerAction.cs
- DefaultSettingsSection.cs
- TableAdapterManagerGenerator.cs
- StylusButtonEventArgs.cs
- HwndHostAutomationPeer.cs
- TraceAsyncResult.cs
- EventLogConfiguration.cs
- ResourcePermissionBaseEntry.cs
- ApplicationContext.cs
- BamlLocalizableResourceKey.cs
- IRCollection.cs
- CreatingCookieEventArgs.cs
- InstancePersistenceException.cs
- ControlPager.cs
- XmlEncApr2001.cs
- SectionVisual.cs
- ExeConfigurationFileMap.cs
- EventRoute.cs
- RevocationPoint.cs
- BrowserDefinition.cs
- HwndSource.cs
- TextTreeFixupNode.cs
- AutomationIdentifier.cs
- ScriptReferenceEventArgs.cs
- WpfKnownType.cs
- Visual3D.cs
- DynamicObject.cs
- ContractMapping.cs
- SecurityListenerSettingsLifetimeManager.cs
- DeferredElementTreeState.cs
- followingsibling.cs
- Convert.cs
- MemberRestriction.cs
- XPathDocumentBuilder.cs
- SlotInfo.cs
- DataRecordInternal.cs
- ItemCollectionEditor.cs
- ResourcesChangeInfo.cs
- HttpServerUtilityWrapper.cs
- Command.cs
- MonitoringDescriptionAttribute.cs
- ExpressionBuilder.cs
- XmlEncoding.cs
- PointLightBase.cs
- CustomWebEventKey.cs
- EmptyEnumerable.cs
- ColumnMap.cs
- DescriptionAttribute.cs
- FrameDimension.cs
- VariableAction.cs
- MimeTypeAttribute.cs
- RegistryPermission.cs
- SelectionChangedEventArgs.cs
- InkSerializer.cs
- PerfCounters.cs
- DBSqlParserColumn.cs
- TextBoxBase.cs
- SecurityElement.cs
- ToolStripDropTargetManager.cs
- ImportException.cs
- SiteIdentityPermission.cs
- ProgressBar.cs
- RuleSetDialog.Designer.cs
- TriState.cs
- EditCommandColumn.cs
- SoundPlayerAction.cs
- StateInitializationDesigner.cs
- SubpageParagraph.cs
- ToolStripPanelRow.cs
- DecoderBestFitFallback.cs
- TrackBar.cs
- RangeValuePattern.cs
- BigIntegerStorage.cs
- TextParagraphView.cs
- SqlCommandBuilder.cs
- HttpResponseWrapper.cs
- IMembershipProvider.cs
- SQLDoubleStorage.cs
- RectangleConverter.cs
- OleDbErrorCollection.cs
- DataColumnMappingCollection.cs
- QueueProcessor.cs
- Serializer.cs
- KnownTypeAttribute.cs
- IdentityHolder.cs
- DataGridLinkButton.cs
- ButtonChrome.cs
- TreeNodeEventArgs.cs
- ProfileManager.cs
- Label.cs
- CompoundFileIOPermission.cs
- SqlUtil.cs
- ReflectPropertyDescriptor.cs
- TemplatePartAttribute.cs
- SqlNodeAnnotation.cs
- StateBag.cs
- Sql8ConformanceChecker.cs
- ProtocolsConfiguration.cs