Instructs the current channel to stop listening for requests.
Declaring type: TcpExChannel
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void StopListening (
        object data
) 
Parameters
data
Optional state information for the channel.
Collapse/Expand Exceptions
Exception type Condition
SecurityException The immediate caller does not have infrastructure permission.