SIPSorcery.Entities.SIPSorceryEntities.AddToSIPProviderBindings C# (CSharp) Method

AddToSIPProviderBindings() public method

Deprecated Method for adding a new object to the SIPProviderBindings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPProviderBindings ( SIPProviderBinding sIPProviderBinding ) : void
sIPProviderBinding SIPProviderBinding
return void
        public void AddToSIPProviderBindings(SIPProviderBinding sIPProviderBinding)
        {
            base.AddObject("SIPProviderBindings", sIPProviderBinding);
        }