CSharpRTMP.Core.Protocols.Rtsp.InboundConnectivity.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose() => Cleanup();
    }

Usage Example

Beispiel #1
0
 private void CloseInboundConnectivity()
 {
     InboundConnectivity?.Dispose();
     InboundConnectivity = null;
 }