SipProfile.Builder.SetPort(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the port number of the server.
[Android.Runtime.Register("setPort", "(I)Landroid/net/sip/SipProfile$Builder;", "GetSetPort_IHandler")]
public virtual Android.Net.Sip.SipProfile.Builder SetPort (int port);
[<Android.Runtime.Register("setPort", "(I)Landroid/net/sip/SipProfile$Builder;", "GetSetPort_IHandler")>]
abstract member SetPort : int -> Android.Net.Sip.SipProfile.Builder
override this.SetPort : int -> Android.Net.Sip.SipProfile.Builder
Parameters
- port
- Int32
port number of the server
Returns
- Attributes
Exceptions
if the port number is out of range
Remarks
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.