NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ChannelServices.GetChannelSinkProperties

[Visual Basic]
Public Shared Function GetChannelSinkProperties( _
   ByVal obj As Object _
) As IDictionary
[C#]
public static IDictionary GetChannelSinkProperties(
   object obj
);
[C++]
public: static IDictionary* GetChannelSinkProperties(
   Object* obj
);
[JScript]
public static function GetChannelSinkProperties(
   obj : Object
) : IDictionary;

Parameters

obj
The proxy to retrieve properties for

Return Value

An interface to the dictionary of properties or null if no properties were found.

See Also

ChannelServices Class | ChannelServices Members | System.Runtime.Remoting Namespace