Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / SystemNet / Net / PeerToPeer / Collaboration / PeerApplicationLaunchInfo.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FileStream.cs
- XmlIlGenerator.cs
- LinqDataSourceView.cs
- LiteralSubsegment.cs
- PartialTrustVisibleAssemblyCollection.cs
- DbProviderConfigurationHandler.cs
- MessageEnumerator.cs
- ZoomingMessageFilter.cs
- CodeIdentifiers.cs
- EUCJPEncoding.cs
- SingleAnimationBase.cs
- QueryContinueDragEvent.cs
- TraceListener.cs
- EventDriven.cs
- RegistrySecurity.cs
- BitmapEditor.cs
- XmlAnyAttributeAttribute.cs
- webclient.cs
- CacheDependency.cs
- PopupRootAutomationPeer.cs
- GPRECTF.cs
- SqlXmlStorage.cs
- sqlinternaltransaction.cs
- TextTreeDeleteContentUndoUnit.cs
- DataGridBoolColumn.cs
- HostSecurityManager.cs
- GridViewHeaderRowPresenter.cs
- NestedContainer.cs
- TypeEnumerableViewSchema.cs
- MediaPlayerState.cs
- RadialGradientBrush.cs
- StatusBarPanelClickEvent.cs
- XPathDescendantIterator.cs
- EventItfInfo.cs
- UriTemplate.cs
- CodeMemberField.cs
- ConnectionDemuxer.cs
- SplitContainer.cs
- DataKeyArray.cs
- SamlEvidence.cs
- WindowsFormsSynchronizationContext.cs
- TabletCollection.cs
- Triplet.cs
- IndependentAnimationStorage.cs
- DataTemplateKey.cs
- ConstructorExpr.cs
- DesignerObjectListAdapter.cs
- ExternalFile.cs
- ResourceManager.cs
- DeclarativeCatalogPart.cs
- ForceCopyBuildProvider.cs
- CompositeScriptReferenceEventArgs.cs
- Canvas.cs
- AVElementHelper.cs
- SafeFindHandle.cs
- followingquery.cs
- ServiceOperationListItemList.cs
- Blend.cs
- StylusPointPropertyUnit.cs
- HiddenField.cs
- LifetimeServices.cs
- ToggleProviderWrapper.cs
- BuilderPropertyEntry.cs
- CodeGotoStatement.cs
- GroupItem.cs
- ContextMenuService.cs
- DictionaryContent.cs
- DbConnectionPoolOptions.cs
- HttpModule.cs
- httpstaticobjectscollection.cs
- SolidBrush.cs
- XNodeValidator.cs
- QuotedPrintableStream.cs
- ISCIIEncoding.cs
- OperationCanceledException.cs
- ExpandCollapseProviderWrapper.cs
- HyperLinkField.cs
- NetworkAddressChange.cs
- HeaderUtility.cs
- RtfToXamlLexer.cs
- DBSqlParser.cs
- UrlPropertyAttribute.cs
- OrderedDictionary.cs
- TreeNodeStyleCollectionEditor.cs
- UMPAttributes.cs
- DummyDataSource.cs
- UnitySerializationHolder.cs
- ContextStack.cs
- RegexMatchCollection.cs
- sqlmetadatafactory.cs
- SystemResources.cs
- SerializationSectionGroup.cs
- TextContainerChangeEventArgs.cs
- ContextMenuAutomationPeer.cs
- Exceptions.cs
- EventMappingSettingsCollection.cs
- VectorCollectionConverter.cs
- BitArray.cs
- StatusStrip.cs
- Literal.cs