Click or drag to resize
WebCrmApiGetIpInfo Method
Help method. Shows ticket IP address and UserHostAddress.

Namespace: dk.webCRM.ApiSync.WebService
Assembly: dk.webCRM.ApiSync.WebService (in dk.webCRM.ApiSync.WebService.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public IpAddressResult GetIpInfo()

Return Value

Type: IpAddressResult
Returns ticket IP address and UserHostAddress.
Examples
TicketHeader ticket;
WebCrmApiSoapClient proxy = new WebCrmApiSoapClient();

// Login
ErrorStatus errorStatus1;
ticket = proxy.Authenticate("cm1111aaaaaa", "username", "password", out errorStatus1);


IpAddressResult ipInfo = Proxy.GetIpInfo(ticket);
See Also