Reference Library
Media..::.MediaStartedEventArgs..::.IpInfo Constructor (IpAddress, port)
NamespacesAvaya.ApplicationEnablement.DMCCMedia..::.MediaStartedEventArgs..::.IpInfoMedia..::.MediaStartedEventArgs..::.IpInfo(String, Int32)
Constructor which will save the IpAddress and port in the object.
Declaration Syntax
C#Visual BasicVisual C++
public IpInfo(
	string IpAddress,
	int port
)
Public Sub New ( _
	IpAddress As String, _
	port As Integer _
)
public:
IpInfo(
	String^ IpAddress, 
	int port
)
Parameters
IpAddress (String)
The IP Address of the media.
port (Int32)
The port of the media.

Assembly: ServiceProvider (Module: ServiceProvider)