RequestContext.ClientIpAddresses Property

Definition

public:
 abstract property System::Collections::Generic::IList<System::Net::IPAddress ^> ^ ClientIpAddresses { System::Collections::Generic::IList<System::Net::IPAddress ^> ^ get(); };
public abstract System.Collections.Generic.IList<System.Net.IPAddress> ClientIpAddresses { get; }
member this.ClientIpAddresses : System.Collections.Generic.IList<System.Net.IPAddress>
Public MustOverride ReadOnly Property ClientIpAddresses As IList(Of IPAddress)

Property Value

Applies to