[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Information about a peer in the neighborhood

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
[

GuidAttribute("659cdead-489e-11d9-a9cd-000d56965251")]
public 
interface 
IBitsPeer
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
<

GuidAttribute("659cdead-489e-11d9-a9cd-000d56965251")> _
Public 
Interface 
IBitsPeer
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
[

GuidAttribute(L"659cdead-489e-11d9-a9cd-000d56965251")]
public 
interface class 
IBitsPeer

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetPeerName(String % )
Gets the server principal name that uniquely identifies the peer
IsAuthenticated(Boolean % )
Determines whether the peer is authenticated
IsAvailable(Boolean % )
Determines whether the peer is available to serve content

See Also