Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- SmiSettersStream.cs
- XmlSchemaElement.cs
- SQLInt64.cs
- SelectionHighlightInfo.cs
- ComPlusThreadInitializer.cs
- FormatException.cs
- FormatConvertedBitmap.cs
- TagPrefixInfo.cs
- RectAnimation.cs
- PersonalizablePropertyEntry.cs
- CrossAppDomainChannel.cs
- DataGridViewAccessibleObject.cs
- WebConvert.cs
- IncrementalReadDecoders.cs
- PartitionerQueryOperator.cs
- SiteMapPath.cs
- _ContextAwareResult.cs
- DispatcherObject.cs
- TypeDescriptionProvider.cs
- ApplicationHost.cs
- RsaEndpointIdentity.cs
- ApplicationHost.cs
- ListControlDesigner.cs
- ListenerConnectionDemuxer.cs
- CommandBinding.cs
- TextDecorationUnitValidation.cs
- XMLSchema.cs
- SchemaTableOptionalColumn.cs
- SoapServerMethod.cs
- BasePropertyDescriptor.cs
- TextBoxView.cs
- Certificate.cs
- HwndKeyboardInputProvider.cs
- PersonalizationAdministration.cs
- LogicalMethodInfo.cs
- EntityContainer.cs
- Lease.cs
- SqlDataSourceCache.cs
- CompatibleIComparer.cs
- HtmlSelectionListAdapter.cs
- NamedElement.cs
- StringDictionary.cs
- RuntimeWrappedException.cs
- DataKey.cs
- WmfPlaceableFileHeader.cs
- EntityDataSource.cs
- GetRecipientRequest.cs
- OdbcConnectionHandle.cs
- Convert.cs
- ScriptingScriptResourceHandlerSection.cs
- TriggerActionCollection.cs
- MediaPlayer.cs
- ConfigurationManagerHelper.cs
- _ProxyChain.cs
- KerberosSecurityTokenProvider.cs
- SimpleFieldTemplateFactory.cs
- StrokeNodeEnumerator.cs
- TemplatePartAttribute.cs
- SQLBoolean.cs
- CompoundFileStorageReference.cs
- Rect3DConverter.cs
- UserPersonalizationStateInfo.cs
- Config.cs
- MDIWindowDialog.cs
- SmiEventSink.cs
- DataGridViewComboBoxColumn.cs
- TextDecorationCollection.cs
- XPathParser.cs
- ModulesEntry.cs
- HttpRuntimeSection.cs
- ActivityExecutionContext.cs
- StringToken.cs
- ObservableDictionary.cs
- LiteralLink.cs
- HandlerBase.cs
- ConditionalExpression.cs
- DataGridViewElement.cs
- ReadOnlyNameValueCollection.cs
- OdbcTransaction.cs
- TextEditorContextMenu.cs
- FrameworkRichTextComposition.cs
- CellParagraph.cs
- ServiceChannelManager.cs
- SubstitutionList.cs
- PageContentAsyncResult.cs
- CodeGenerator.cs
- SmiContext.cs
- BordersPage.cs
- ProcessInputEventArgs.cs
- hresults.cs
- LinearKeyFrames.cs
- MsmqDiagnostics.cs
- ScaleTransform.cs
- DoubleLinkListEnumerator.cs
- XmlDataSourceNodeDescriptor.cs
- MdiWindowListItemConverter.cs
- StringDictionaryWithComparer.cs
- ResourceWriter.cs
- CharacterString.cs
- HttpHandlerAction.cs