SipSession.LocalProfile Property

Definition

Gets the SIP profile that this session is associated with.

public Android.Net.Sip.SipProfile? LocalProfile { [Android.Runtime.Register("getLocalProfile", "()Landroid/net/sip/SipProfile;", "")] get; }
[<get: Android.Runtime.Register("getLocalProfile", "()Landroid/net/sip/SipProfile;", "")>]
member this.LocalProfile : Android.Net.Sip.SipProfile

Property Value

the SIP profile that this session is associated with

Attributes

Remarks

Gets the SIP profile that this session is associated with.

Java documentation for android.net.sip.SipSession.getLocalProfile().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to