Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- ActivityDelegate.cs
- TableChangeProcessor.cs
- GridViewPageEventArgs.cs
- EntitySetBase.cs
- ValidatorCollection.cs
- PaintEvent.cs
- KnownTypeAttribute.cs
- SHA512Managed.cs
- IsolatedStoragePermission.cs
- Geometry.cs
- ObjectHelper.cs
- SecurityDocument.cs
- MultiByteCodec.cs
- PixelShader.cs
- InvariantComparer.cs
- WebBrowserEvent.cs
- TraceFilter.cs
- Statements.cs
- EventTrigger.cs
- SqlNodeAnnotation.cs
- OperatorExpressions.cs
- HtmlInputSubmit.cs
- RecognizedPhrase.cs
- XmlNamespaceDeclarationsAttribute.cs
- TraceUtility.cs
- rsa.cs
- XmlSchemaCollection.cs
- UriExt.cs
- CredentialCache.cs
- TextServicesLoader.cs
- Dictionary.cs
- PermissionListSet.cs
- AttributeCollection.cs
- OleDbConnection.cs
- WebReferenceOptions.cs
- CacheEntry.cs
- Listen.cs
- IndependentAnimationStorage.cs
- TextRangeAdaptor.cs
- AttachmentService.cs
- NamespaceList.cs
- PermissionAttributes.cs
- infer.cs
- Compilation.cs
- CallbackHandler.cs
- ReferenceSchema.cs
- StrongNameKeyPair.cs
- Item.cs
- Clipboard.cs
- XmlMembersMapping.cs
- BooleanProjectedSlot.cs
- AssemblyLoader.cs
- Vector3DAnimationUsingKeyFrames.cs
- ConnectionsZone.cs
- HwndMouseInputProvider.cs
- HelloOperation11AsyncResult.cs
- _ChunkParse.cs
- Rect3DConverter.cs
- DragSelectionMessageFilter.cs
- ParagraphVisual.cs
- CorrelationManager.cs
- SocketElement.cs
- DataServiceStreamResponse.cs
- FileClassifier.cs
- SqlConnectionFactory.cs
- WebServicesInteroperability.cs
- DataList.cs
- TryCatch.cs
- XslTransform.cs
- DataGridRelationshipRow.cs
- StringFunctions.cs
- BaseDataListDesigner.cs
- PartialTrustHelpers.cs
- EventToken.cs
- GeneralTransform3DGroup.cs
- RoleService.cs
- LogSwitch.cs
- Int32Rect.cs
- WindowsPrincipal.cs
- Size3D.cs
- NegationPusher.cs
- ChangeTracker.cs
- ListViewInsertedEventArgs.cs
- ClientTargetCollection.cs
- XmlSerializableReader.cs
- TreeNodeEventArgs.cs
- TCPClient.cs
- ObjectListDataBindEventArgs.cs
- NameTable.cs
- DataTableClearEvent.cs
- Comparer.cs
- SiteMapNodeItem.cs
- Message.cs
- ProtectedConfiguration.cs
- SurrogateEncoder.cs
- CreateUserWizard.cs
- HttpFileCollectionBase.cs
- DbDataReader.cs
- LinqDataSourceDeleteEventArgs.cs
- Utility.cs