You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Foundation/NSConnection.cs
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,8 @@ public TProxy GetRootProxy<TProxy> () where TProxy : NSObject
50
50
/// <param name="hostName">The name of the host on which the connection is registered.</param>
51
51
/// <returns>The root proxy object for the specified connection, cast to the specified type.</returns>
52
52
/// <remarks>This method retrieves the root object from a connection identified by <paramref name="name" /> on the specified <paramref name="hostName" />.</remarks>
@@ -64,11 +62,8 @@ public static TProxy GetRootProxy<TProxy> (string name, string hostName) where T
64
62
/// <param name="server">The <see cref="NSPortNameServer" /> to use for looking up the connection.</param>
65
63
/// <returns>The root proxy object for the specified connection, cast to the specified type.</returns>
66
64
/// <remarks>This method retrieves the root object from a connection identified by <paramref name="name" /> on the specified <paramref name="hostName" /> using the given port name server.</remarks>
0 commit comments