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