1 write to pwzBindings
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
77pwzBindings = native.pwzBindings == IntPtr.Zero ? string.Empty : Marshal.PtrToStringBSTR(native.pwzBindings),
3 references to pwzBindings
Microsoft.AspNetCore.Server.IIS (3)
Core\IISConfigurationData.cs (2)
46native.pwzBindings = managed.pwzBindings is null ? IntPtr.Zero : Marshal.StringToBSTR(managed.pwzBindings);
WebHostBuilderIISExtensions.cs (1)
50options.ServerAddresses = iisConfigData.pwzBindings.Split(new[] { ';' }, StringSplitOptions.RemoveEmptyEntries);