GigaSpaces XAP.NET Documentation
Gateway Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactoryGateway
Gets or sets the WAN gateway configuration this space should use.
Declaration Syntax
C#Visual BasicVisual C++J#
public GatewayConfig Gateway { get; set; }
Public Property Gateway As GatewayConfig
public:
property GatewayConfig^ Gateway {
	GatewayConfig^ get ();
	void set (GatewayConfig^ value);
}
/** @property */
public GatewayConfig get_Gateway()
/** @property */
public  void set_Gateway(GatewayConfig value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)