1 instantiation of CsAddrInfoSafe
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1096addr = new CsAddrInfoSafe();
10 references to CsAddrInfoSafe
System.ServiceModel (10)
System\ServiceModel\Channels\PnrpPeerResolver.cs (10)
1085public static CsAddrInfoSafe[] FromAddresses(CsAddrInfo[] addresses) 1087CsAddrInfoSafe addr; 1088CsAddrInfoSafe[] result = null; 1092result = new CsAddrInfoSafe[addresses.Length]; 1105public static void StructureToPtr(CsAddrInfoSafe input, IntPtr target) 1367result.addressList = CsAddrInfoSafe.FromAddresses(input.CsAddrInfos); 1473public CsAddrInfoSafe[] addressList; 1507foreach (CsAddrInfoSafe addr in addressList) 1551foreach (CsAddrInfoSafe safeAddress in safeQuery.addressList) 1553CsAddrInfoSafe.StructureToPtr(safeAddress, (IntPtr)start);