SiloHost.SetProxyEndpoint(IPEndPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the gateway proxy endpoint address for this silo.
public void SetProxyEndpoint (System.Net.IPEndPoint endpoint);
member this.SetProxyEndpoint : System.Net.IPEndPoint -> unit
Public Sub SetProxyEndpoint (endpoint As IPEndPoint)
Parameters
- endpoint
- IPEndPoint
IP address of the gateway socket connection.