Example #1
0
 public uint SendOptionsCommand(RTSPClient.ResponseHandler responseHandler, Authenticator authenticator)
 {
     return(impl.sendOptionsCommand(Native, new WeakDelegate <RTSPClient.ResponseHandler>(responseHandler), authenticator));
 }