Yes, trying a cut and paste.
PS C:\> $OSSNAWS | Get-Member
TypeName: WebServiceProxy.UINotificationsWS
Name MemberType Definition
---- ---------- ----------
BroadcastMessageCompleted Event WebServiceProxy.BroadcastMessageCompletedEventHandler BroadcastMessageCompleted(System.Object, System.ComponentModel.AsyncCompletedEventArgs)
BroadcastMessageToGroupsCompleted Event WebServiceProxy.BroadcastMessageToGroupsCompletedEventHandler BroadcastMessageToGroupsCompleted(System.Object, System.ComponentModel.AsyncCompletedEventArgs)
Disposed Event System.EventHandler Disposed(System.Object, System.EventArgs)
LaunchClientApplicationCompleted Event WebServiceProxy.LaunchClientApplicationCompletedEventHandler LaunchClientApplicationCompleted(System.Object, System.ComponentModel.AsyncCompletedEventArgs)
SendMessageToAccountCompleted Event WebServiceProxy.SendMessageToAccountCompletedEventHandler SendMessageToAccountCompleted(System.Object, System.ComponentModel.AsyncCompletedEventArgs)
SendMessageToDevicesCompleted Event WebServiceProxy.SendMessageToDevicesCompletedEventHandler SendMessageToDevicesCompleted(System.Object, System.ComponentModel.AsyncCompletedEventArgs)
Abort Method System.Void Abort()
BeginBroadcastMessage Method System.IAsyncResult BeginBroadcastMessage(string notificationData, System.DateTime deliveryTime, System.DateTime expirationTime, System.AsyncCallback callback, Sy...
BeginBroadcastMessageToGroups Method System.IAsyncResult BeginBroadcastMessageToGroups(string notificationData, System.DateTime deliveryTime, System.DateTime expirationTime, string[] grpExternalIds, ...
BeginLaunchClientApplication Method System.IAsyncResult BeginLaunchClientApplication(WebServiceProxy.ExternalId externalId, string applicationUri, System.AsyncCallback callback, System.Object asyncS...
BeginSendMessageToAccount Method System.IAsyncResult BeginSendMessageToAccount(string nativeId, System.DateTime deliveryTime, System.DateTime expirationTime, string notificationData, System.Async...
BeginSendMessageToDevices Method System.IAsyncResult BeginSendMessageToDevices(System.Guid[] devices, System.DateTime deliveryTime, System.DateTime expirationTime, string notificationData, System...
BroadcastMessage Method System.Void BroadcastMessage(string notificationData, System.DateTime deliveryTime, System.DateTime expirationTime)
BroadcastMessageAsync Method System.Void BroadcastMessageAsync(string notificationData, System.DateTime deliveryTime, System.DateTime expirationTime), System.Void BroadcastMessageAsync(string...
BroadcastMessageToGroups Method System.Void BroadcastMessageToGroups(string notificationData, System.DateTime deliveryTime, System.DateTime expirationTime, string[] grpExternalIds)
BroadcastMessageToGroupsAsync Method System.Void BroadcastMessageToGroupsAsync(string notificationData, System.DateTime deliveryTime, System.DateTime expirationTime, string[] grpExternalIds), System....
CancelAsync Method System.Void CancelAsync(System.Object userState)
CreateObjRef Method System.Runtime.Remoting.ObjRef CreateObjRef(type requestedType)
Discover Method System.Void Discover()
Dispose Method System.Void Dispose()
EndBroadcastMessage Method System.Void EndBroadcastMessage(System.IAsyncResult asyncResult)
EndBroadcastMessageToGroups Method System.Void EndBroadcastMessageToGroups(System.IAsyncResult asyncResult)
EndLaunchClientApplication Method System.Void EndLaunchClientApplication(System.IAsyncResult asyncResult)
EndSendMessageToAccount Method System.Void EndSendMessageToAccount(System.IAsyncResult asyncResult)
EndSendMessageToDevices Method System.Void EndSendMessageToDevices(System.IAsyncResult asyncResult)
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetLifetimeService Method System.Object GetLifetimeService()
GetType Method type GetType()
InitializeLifetimeService Method System.Object InitializeLifetimeService()
LaunchClientApplication Method System.Void LaunchClientApplication(WebServiceProxy.ExternalId externalId, string applicationUri)
LaunchClientApplicationAsync Method System.Void LaunchClientApplicationAsync(WebServiceProxy.ExternalId externalId, string applicationUri), System.Void LaunchClientApplicationAsync(WebServiceProxy.E...
SendMessageToAccount Method System.Void SendMessageToAccount(string nativeId, System.DateTime deliveryTime, System.DateTime expirationTime, string notificationData)
SendMessageToAccountAsync Method System.Void SendMessageToAccountAsync(string nativeId, System.DateTime deliveryTime, System.DateTime expirationTime, string notificationData), System.Void SendMes...
SendMessageToDevices Method System.Void SendMessageToDevices(System.Guid[] devices, System.DateTime deliveryTime, System.DateTime expirationTime, string notificationData)
SendMessageToDevicesAsync Method System.Void SendMessageToDevicesAsync(System.Guid[] devices, System.DateTime deliveryTime, System.DateTime expirationTime, string notificationData), System.Void S...
ToString Method string ToString()
AllowAutoRedirect Property System.Boolean AllowAutoRedirect {get;set;}
ClientCertificates Property System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates {get;}
ConnectionGroupName Property System.String ConnectionGroupName {get;set;}
Container Property System.ComponentModel.IContainer Container {get;}
CookieContainer Property System.Net.CookieContainer CookieContainer {get;set;}
Credentials Property System.Net.ICredentials Credentials {get;set;}
EnableDecompression Property System.Boolean EnableDecompression {get;set;}
PreAuthenticate Property System.Boolean PreAuthenticate {get;set;}
Proxy Property System.Net.IWebProxy Proxy {get;set;}
RequestEncoding Property System.Text.Encoding RequestEncoding {get;set;}
Site Property System.ComponentModel.ISite Site {get;set;}
SoapVersion Property System.Web.Services.Protocols.SoapProtocolVersion SoapVersion {get;set;}
Timeout Property System.Int32 Timeout {get;set;}
UnsafeAuthenticatedConnectionSharing Property System.Boolean UnsafeAuthenticatedConnectionSharing {get;set;}
Url Property System.String Url {get;set;}
UseDefaultCredentials Property System.Boolean UseDefaultCredentials {get;set;}
UserAgent Property System.String UserAgent {get;set;}