public bool TryAnonymousIP( IPAddress ipAddress, out AnonymousIPResponse response )
Public Function TryAnonymousIP ( ipAddress As IPAddress, <OutAttribute> ByRef response As AnonymousIPResponse ) As Boolean
public: virtual bool TryAnonymousIP( IPAddress^ ipAddress, [OutAttribute] AnonymousIPResponse^% response ) sealed
abstract TryAnonymousIP : ipAddress : IPAddress * response : AnonymousIPResponse byref -> bool override TryAnonymousIP : ipAddress : IPAddress * response : AnonymousIPResponse byref -> bool