Set the Delegate property of a NSStream instance.

C# | Visual Basic | Visual C++ |
public void SetDelegate( Action<NSStream..::..NSStreamDelegateEventDispatcher> assignment )
Public Sub SetDelegate ( _ assignment As Action(Of NSStream..::..NSStreamDelegateEventDispatcher) _ )
public: void SetDelegate( Action<NSStream..::..NSStreamDelegateEventDispatcher^>^ assignment )

- assignment (Action<(Of <(<'NSStream..::..NSStreamDelegateEventDispatcher>)>)>)
- The assignment of delegation methods.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)