Skip to content

d3c7617c 4648 62e7 83c4 616de8df881e

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

IOPackHandler(TPack).AddProtocol Method

Add a new protocol in the protocols dictionary.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void AddProtocol(
	Protocol<TPack> newProtocol
)

VB

Public Sub AddProtocol ( 
	newProtocol As Protocol(Of TPack)
)

C++

public:
void AddProtocol(
	Protocol<TPack>^ newProtocol
)

F#

member AddProtocol : 
        newProtocol : Protocol<'TPack> -> unit 

Parameters

 

newProtocol
Type: NETLIB.Protocol(TPack)
Protocol to be added to the dictionary.

See Also

Reference

IOPackHandler(TPack) Class
NETLIB Namespace
IOPackHandler.protocols

Clone this wiki locally