9 references to PnrpScope
System.ServiceModel (9)
System\ServiceModel\Channels\PnrpPeerResolver.cs (9)
150
if (cloud.Scope == UnsafePnrpNativeMethods.
PnrpScope
.Global)
155
else if (cloud.Scope == UnsafePnrpNativeMethods.
PnrpScope
.LinkLocal)
162
else if (cloud.Scope == UnsafePnrpNativeMethods.
PnrpScope
.SiteLocal)
182
if (cloud.Scope == UnsafePnrpNativeMethods.
PnrpScope
.Global)
187
if (cloud.Scope == UnsafePnrpNativeMethods.
PnrpScope
.LinkLocal)
193
else if (cloud.Scope == UnsafePnrpNativeMethods.
PnrpScope
.SiteLocal)
1060
public
PnrpScope
Scope;
1155
public
PnrpScope
Scope; // Global, site, or link
1777
cloudInfo.Cloud.Scope =
PnrpScope
.Any;