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
- EntityDataSourceDesigner.cs
- KeySpline.cs
- FlowDocumentFormatter.cs
- CounterSampleCalculator.cs
- MarkedHighlightComponent.cs
- DateTimeUtil.cs
- TextBoxBase.cs
- KeyConstraint.cs
- ExpandableObjectConverter.cs
- WpfKnownType.cs
- DbBuffer.cs
- DeclarationUpdate.cs
- WindowsNonControl.cs
- WindowsHyperlink.cs
- FontSource.cs
- Wildcard.cs
- CubicEase.cs
- BinHexEncoding.cs
- TextModifierScope.cs
- MenuStrip.cs
- AutoResetEvent.cs
- IntegerValidator.cs
- BindingList.cs
- Compiler.cs
- TypedColumnHandler.cs
- CanonicalXml.cs
- DataServiceHostFactory.cs
- TreeViewImageIndexConverter.cs
- SharedStatics.cs
- BinaryConverter.cs
- EvidenceTypeDescriptor.cs
- ArrayWithOffset.cs
- WindowsRichEdit.cs
- ExceptionAggregator.cs
- InkPresenter.cs
- ExpressionBuilderCollection.cs
- TextBoxBase.cs
- EventArgs.cs
- EntityTypeEmitter.cs
- PropertyItem.cs
- TimeoutException.cs
- DbConnectionHelper.cs
- Models.cs
- CommandDevice.cs
- XAMLParseException.cs
- CallbackHandler.cs
- CollectionConverter.cs
- EncryptedData.cs
- PersonalizationStateQuery.cs
- Size.cs
- XmlAttributeOverrides.cs
- HtmlAnchor.cs
- SQLInt64.cs
- EntityTypeBase.cs
- ParameterCollection.cs
- QueryExpr.cs
- InheritanceAttribute.cs
- ScrollChrome.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- BufferedStream.cs
- HTMLTagNameToTypeMapper.cs
- TextParagraph.cs
- LocalBuilder.cs
- StaticResourceExtension.cs
- SchemaNames.cs
- InvokeMethod.cs
- ConfigXmlText.cs
- FragmentNavigationEventArgs.cs
- DataGridLength.cs
- RoleGroupCollection.cs
- TagPrefixInfo.cs
- CounterSample.cs
- GPPOINT.cs
- EventRecord.cs
- TextRunProperties.cs
- MapPathBasedVirtualPathProvider.cs
- HtmlInputSubmit.cs
- SerializationEventsCache.cs
- DispatchWrapper.cs
- AttachInfo.cs
- StatusBarAutomationPeer.cs
- EdmToObjectNamespaceMap.cs
- PropertyOverridesDialog.cs
- RijndaelManagedTransform.cs
- DbReferenceCollection.cs
- SetterBaseCollection.cs
- ToolStripItemDataObject.cs
- RuntimeConfigurationRecord.cs
- RemotingConfigParser.cs
- HttpDictionary.cs
- _LoggingObject.cs
- RadioButtonPopupAdapter.cs
- ConsumerConnectionPoint.cs
- IDataContractSurrogate.cs
- CapacityStreamGeometryContext.cs
- ExpandableObjectConverter.cs
- QuaternionAnimationUsingKeyFrames.cs
- Splitter.cs
- URLMembershipCondition.cs
- StylusPoint.cs