Click or drag to resize

BuiltinNotifyMemoryProtocol Methods

The BuiltinNotifyMemoryProtocol type exposes the following members.

Methods
 NameDescription
Public methodAddChannel Adds a channel.
(Inherited from Protocol)
Protected methodCreateDownStreamAddress Creates the downstream address given an upstream address and a downstream protocol. Normally this does not need to be overridden, but there are some cases where it's required. For example, the downstream address returned by COTP for "cotp://host/tsap" would be "tpkt://host:102". Or you can return null to stop the protocol stack from building downstream protocol instances. You might do this if you want to take control of building the downstream protocol instances, or nor build them at all.
(Inherited from Protocol)
Public methodDispose Releases all protocol resources.
(Inherited from Protocol)
Public methodFindChannel Returns the named channel, or null.
(Inherited from Protocol)
Protected methodNewInstance Creates a new instance of the protocol.
(Overrides ProtocolNewInstance(ProtocolHead, ProtocolAddress))
Public methodRegisterService Registers a service.
(Inherited from Protocol)
Public methodRemoveChannel Removes a channel.
(Inherited from Protocol)
Public methodSupportsService Returns whether a particular service is supported.
(Inherited from Protocol)
Public methodToString Returns the name of the protocol.
(Inherited from Protocol)
Public methodUnregisterService Unregisters a service.
(Inherited from Protocol)
Top
See Also